Can scroll requests repeat the same document twice? What if the document
was updated? I know it really isn't the same Lucene document the but I
sure think of it as the same thing.
Scroll requests operate on a point-in-time view of the index at the time
when the scroll has been opened. So there can't be duplicates and if a
document has been updated, Elasticsearch will returned the old version.
On Wed, Feb 5, 2014 at 3:03 PM, Nikolas Everett nik9000@gmail.com wrote:
Can scroll requests repeat the same document twice? What if the document
was updated? I know it really isn't the same Lucene document the but I
sure think of it as the same thing.
Scroll requests operate on a point-in-time view of the index at the time
when the scroll has been opened. So there can't be duplicates and if a
document has been updated, Elasticsearch will returned the old version.
On Wed, Feb 5, 2014 at 3:03 PM, Nikolas Everett nik9000@gmail.com wrote:
Can scroll requests repeat the same document twice? What if the document
was updated? I know it really isn't the same Lucene document the but I
sure think of it as the same thing.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.