Hello everyone.  New here to Lucene, amazing product, but takes some time to
wrap my head around it all heh.

So I have a basic question regarding indices.  I have a "document" with
various fields (content, post date, last viewed).  The majority of these
fields are quite constant, but clearly the last viewed field would be
updated quite often.  I would like to be able to sort by "last viewed".

My questions are:

1) Will it be taxing to Lucene if I have to constantly re-index a document
just because the "last viewed" date has been updated?
2) Is there any way to just update the single field, so that the entire
index doesn't have to be rebuilt? (I believe the answer to this one is "no")
3) Is there any sort of delta trick that can be done so that the "last
viewed" property can be created in a separate index?

Thanks in advance!
-- 
View this message in context: 
http://www.nabble.com/Lucene-index-question-tp25090565p25090565.html
Sent from the Lucene - Java Users mailing list archive at Nabble.com.


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