Re: lucene indexing doubts

2007-10-26 Thread mark harwood
TED]> To: java-user@lucene.apache.org Sent: Friday, 26 October, 2007 5:31:36 AM Subject: Re: lucene indexing doubts hi, thanks for your response. I think you hanven't got what my question is? I will explain with an example. I have a folder which contains the indexed files. so, suppose i

Re: lucene indexing doubts

2007-10-26 Thread Karl Wettin
26 okt 2007 kl. 06.31 skrev poojasreejith: I have a folder which contains the indexed files. so, suppose if i want to add one more indexed data into it, without deleting the whole folder and performing the indexing for all the files again. I want it to do only that one file and add the i

Re: lucene indexing doubts

2007-10-25 Thread poojasreejith
hi, thanks for your response. I think you hanven't got what my question is? I will explain with an example. I have a folder which contains the indexed files. so, suppose if i want to add one more indexed data into it, without deleting the whole folder and performing the indexing for all the fil

Re: lucene indexing doubts

2007-10-25 Thread Karl Wettin
25 okt 2007 kl. 19.35 skrev poojasreejith: Can anyone of you guide me, how to index into an already indexed folder. Right now, I am deleting the indexed info and running the indexer again. I dont want to do that. I want a method, how to append into the same folder when new files are ind