Thanks Mike. Yeah, i saw the changelist you mentioned. Unfortunately i can't
upgrade to 6.2 because of stack limitations :( .
Regards.
--
View this message in context:
http://lucene.472066.n3.nabble.com/Getting-list-of-committed-documents-tp4305258p4305728.html
Sent from the Lucene - Java User
Hey, thank you so much for the fast response, I agree NRT refresh is
somewhat costly operations and this is the major pitfall, suppose we use
doc value faceting.
While indexing SortedSetDocValuesFacetField , it stores
path and dimension of the given field internally. So Can
Hi lukes,
Sorry, this was a recent change in Lucene:
https://issues.apache.org/jira/browse/LUCENE-7302
You need to upgrade to at least 6.2 to see it.
And the long value that is returned is just an incrementing number,
incremented for every op (add, update, delete) that changes the index.
Mike M