Issue with multiple index search

2007-12-19 Thread Vipin Rakkanath
. Thanks, Vipin R caught a class java.lang.NullPointerException with message: null Exception in thread "main" java.lang.NullPointerException at org.apache.lucene.index.TermInfosReader.ensureIndexIsRead( TermInfosReader.java:100) at org.apache.lucene.index.TermInfos

Re: Lucene Indexing - Getting Hited words in a query

2007-03-12 Thread Vipin
... Regards, vipin On Mon, 2007-03-12 at 00:42 -0700, Chaminda Amarasinghe wrote: > thanks karl, > > karl wettin <[EMAIL PROTECTED]> wrote: > 12 mar 2007 kl. 08.35 skrev Chaminda Amarasinghe: > > > Why nobody is anwering me? > > Pls help me. > > It might

Getting count on distinct values of a field.

2006-06-12 Thread vipin sharma
Hi, i am having problem in getting the count on distict values of a field. The reason for getting this value is that, each of all documents in index belongs to one predefined class and i want to get the number of documents belonging to each class. Regards..

Re: IndexWriter.addIndexes & optimizatio

2006-06-11 Thread vipin sharma
- > Just set your maxBufferedDocs to as high a number as your RAM/heap will let you, and pick a mergeFactor that is high, but doesn't get you in trouble with open files. can you please explaing this in brief?? regards and thanks, On 6/9/06, Otis Gospodnetic <[EMAIL PROTECTED]> wrote: When wri