Delete content corresponding to FileName from INDEX and corresponding change in INDEXES FOR SUGGESTION.

2013-08-24 Thread Jugal Kolariya
Hello. We are indexing files on the basis of following fields: 1. name 2. content 3. ValidContents. Now for these fields, following work is done: a. Field Name : Content -> Indexing complete document. Used for queries such as Boolean/WildCard etc. b. Field Name : ValidContents -> Indexing e

Re: Creating Indexes when data inside the file is being written.

2013-08-13 Thread Jugal Kolariya
2013 at 9:16 AM, Jugal Kolariya wrote: That only answer my 2nd part. My most important question still remains. " In my code case, I am creating a new file and writing data to that file. Now, when the file writing is in progress, I would like to create Lucene Indexes. Once indexes are created

Re: Creating Indexes when data inside the file is being written.

2013-08-13 Thread Jugal Kolariya
results back into a single document ... Mike McCandless http://blog.mikemccandless.com On Mon, Aug 12, 2013 at 9:47 AM, Jugal Kolariya wrote: Hello, I have a potential usecase for which I am not sure whether using lucene will help me or not. In my code case, I am creating a new file

Merging 2 indexes into a single existing file.

2013-08-12 Thread Jugal Kolariya
Hello All, I have created Indexes for 100 files on my local server. These indexes are now being used for Search operation. Now, from the backend, new files are created on FTP server. I have to now create indexes for newly created files on FTP server. This can also be done without

Creating Indexes when data inside the file is being written.

2013-08-12 Thread Jugal Kolariya
Hello, I have a potential usecase for which I am not sure whether using lucene will help me or not. In my code case, I am creating a new file and writing data to that file. Now, when the file writing is in progress, I would like to create Lucene Indexes. Once indexes are created, I