Thanks
            
           This is my codw snippet

               IndexSearcher searcher = new IndexSearcher(indexDir);
                Analyzer analyzer = new StopAnalyzer();

                WildcardQuery query = new WildcardQuery(new 
Term(DEFAULT_FIELD)); 
                searcher.search(query); 

 but its returning 0 hits as results , where am i wrong? please help me out
of this.

-- 
View this message in context: 
http://www.nabble.com/Searching-doubt-tp24802552p24803073.html
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]

Reply via email to