I am following all the points which are mentioned in the following link: http://wiki.apache.org/lucene-java/LuceneFAQ#head-3558e5121806fb4fce80fc022d889484a9248b71
I am having the following issues: 1. For different Queries I give I get a Hits object where there are always 21 documents, but getting different set but same number everytime. Also not all documents have the query term which I have set. I have extended the Analyzer and using a new class :StopStemmingAnalyzer.java. But that should not be the issue because I am using that again for searching. Also I use Field.Store.YES, Field.Index.TOKENIZED for indexing. Help Appreciated. -- View this message in context: http://www.nabble.com/Issue-with-%3A-Searcher.search%28%29-returning-Hits-of-same-length-for-different-searches-tf3557277.html#a9933089 Sent from the Lucene - Java Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]