java.lang.Object
org.elasticsearch.common.lucene.uid.Versions
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final longused to indicate the write operation should succeed regardless of current versionstatic final longused to indicate that the write operation should be executed if the document is currently deleted i.e., not found in the index and/or found as deleted (with version) in the version mapstatic final longindicates that the current document was not found in lucene and in the version map
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
MATCH_ANYpublic static final long MATCH_ANYused to indicate the write operation should succeed regardless of current version- See Also:
 
- 
NOT_FOUNDpublic static final long NOT_FOUNDindicates that the current document was not found in lucene and in the version map- See Also:
 
- 
MATCH_DELETEDpublic static final long MATCH_DELETEDused to indicate that the write operation should be executed if the document is currently deleted i.e., not found in the index and/or found as deleted (with version) in the version map- See Also:
 
 
- 
- 
Constructor Details- 
Versionspublic Versions()
 
-