Re: only one search result

2007-01-17 Thread silegav_k
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

Re: only one search result

2007-01-17 Thread silegav_k
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

Re: only one search result

2007-01-17 Thread silegav_k
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

only one search result

2007-01-16 Thread silegav_k
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