Hi,

I store the Lucene Index of my web applications in a file system.
Oftenly, I need to add to this index another index also stored as file
system.

I have three questions :

* What is the best way to do this ?
  Open an IndexReader on this newcoming index-file system 
  and use addIndexes(IndexReader[] readers) ? 
   (where I will have each time one IndexReader in the array)

* Which files do I need ?
  I see in the File System that the following is stored :
  - segments
  - deletable
  - _1.cfs
  - untokenizedFieldNames.txt
  - stopWordList.txt
  - analyzerType.txt

* Can the merge be time consuming ?
   What happen when a user does a query in my search engine when I'm
merging the indexes
   with the method addIndexes(IndexReader[] readers)  ?


Thank u for any help !

__________________________________

   Matt



============================================
Internet communications are not secure and therefore Fortis Banque Luxembourg 
S.A. does not accept legal responsibility for the contents of this message. The 
information contained in this e-mail is confidential and may be legally 
privileged. It is intended solely for the addressee. If you are not the 
intended recipient, any disclosure, copying, distribution or any action taken 
or omitted to be taken in reliance on it, is prohibited and may be unlawful. 
Nothing in the message is capable or intended to create any legally binding 
obligations on either party and it is not intended to provide legal advice.
============================================

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to