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
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
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
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
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