Re: What is multiple indexing and how does it work in Lucene [Java]

2009-10-29 Thread Anshum
In case you are trying to say that in subsequent runs, the previous state of the index just goes off, its because the indexwriter gets opened with 'create new' flag as true. In other words, the index would be newly created overwriting any existing index at the directory location. The solution to th

Re: What is multiple indexing and how does it work in Lucene [Java]

2009-10-29 Thread DHIVYA M
The question is indeed wrong. Sry for the inconvenience. Actually i should have asked this way!   Am trying out executing the demo of lucene 1.4.3. When i run a file for the first time, the index is properly getting created. When i run the indexing for the second time with a different file, the fi

Re: What is multiple indexing and how does it work in Lucene [Java]

2009-10-28 Thread Erick Erickson
Hmmm, what do you mean by "multiple indexing"? Using more than one thread? more than one processor? Searching across more than one index? Each of these has a different answer... Best Erick On Wed, Oct 28, 2009 at 1:55 AM, DHIVYA M wrote: > Can anyone tell me what is multiple ind

What is multiple indexing and how does it work in Lucene [Java]

2009-10-27 Thread DHIVYA M
Can anyone tell me what is multiple indexing and how does it work in lucene [Java].   Kindly provide the informations either the explanation or any source for such details.   Thanx in advance