Package | Description |
---|---|
org.elasticsearch.common.lucene.uid | |
org.elasticsearch.index.engine |
Modifier and Type | Method and Description |
---|---|
static Versions.DocIdAndVersion |
Versions.loadDocIdAndVersion(org.apache.lucene.index.IndexReader reader,
org.apache.lucene.index.Term term)
Load the internal doc ID and version for the uid from the reader, returning
null if the uid wasn't found,
a doc ID and a version otherwise, the version being potentially set to
Versions.NOT_SET if the uid has no associated version
|
Modifier and Type | Method and Description |
---|---|
Versions.DocIdAndVersion |
Engine.GetResult.docIdAndVersion() |
Constructor and Description |
---|
GetResult(Engine.Searcher searcher,
Versions.DocIdAndVersion docIdAndVersion) |
Copyright © 2009–2015. All rights reserved.