Search fails every time

2009-06-06 Thread Delip Rao
Hi, Mentioned below are snippets from my indexing and searching code. For some reason, I get zero hits all the time even for terms present in the document collection. Can somebody point out where I'm going wrong? I'm using lucene-core-2.4.0.jar. Thanks! Delip --- Indexer.jav

Re: Search fails every time

2009-06-07 Thread Delip Rao
ke (http://www.getopt.org/luke) to have a look at your > index > > and see if that sheds some light. > > > > Also have a look at the Lucene FAQ: > > http://wiki.apache.org/lucene-java/LuceneFAQ > > > > -Grant > > > > > > On Jun 6, 2009, at 6:25 PM, De

searching offline

2006-04-05 Thread Delip Rao
Hi, I have a large collection of text documents that I want to search using lucene. Is there any command line utility that will allow me to search this static collection of documents? Writing one is an option but I want to know if anyone has already done this. Thanks in advance, Delip -