Found my mistake.
After all it was not something about lucene, but it was an algorithmic
problem
Thank you!
Vagelis
I'll try downloading Lucene again and use the new untouched version.
I have the lucene-core-2.0.0.jar but I think I have made some "changes" in
some of its classes.
I will downlo
Erick Erickson wrote:
>
> I've never had any problems with StandardAnalyzer. Could you perhaps post
> the code snippet that causes this? I'm wondering about things like what
> JVM
> you're using, what your classpath looks like, what Lucene version you're
> usi
I have used the same analyzer before and had no problems at all. The only
difference is that I used it to search through full documents and not
dictionary-like data.
I also use the same analyzer in indexing and in searching, so this must not
be the problem.
I just tried the StandardAnalyzer as
Hi!
I am quite new to lucene, so forgive me if I cannot see something obvious.
I have the following code:
<--Code Start
>
IndexReader reader = IndexReader.open(index);
S