You'll have to periodically re-index that document, if it's content is
constantly changing.

Alternatively, it's possible to index sub-documents so that each new
"chunk" of content added because a new document, and then you join or
group the results back into a single document ...

Mike McCandless

http://blog.mikemccandless.com


On Mon, Aug 12, 2013 at 9:47 AM, Jugal Kolariya
<jugal.kolar...@rancoretech.com> 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 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 can then perform operation on the
> indexes.
>
> I want to know whether I can create indexes for the file on which the data
> is still being getting written from the code.
>
> If yes, what about the incremental changes which happen in file. Those
> details wont be captured in the indexes. Does this effectively means
> everytime I try to perform a search I will first create index and then
> perform search operation.
>
> Any guidance on this will be highly appreciated. Javadoc does not seem to
> provide relevant information on this. Lucene version is 4.4.0
> --
>
>
>        Thanks & regards
>        /Jugal Kishore Kolariya
>        /
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to