public static class Versions.DocIdAndVersion
extends java.lang.Object
LeafReaderContext, a doc ID relative to the context doc base and a version.| Modifier and Type | Field and Description |
|---|---|
org.apache.lucene.index.LeafReaderContext |
context |
int |
docId |
long |
version |
| Constructor and Description |
|---|
DocIdAndVersion(int docId,
long version,
org.apache.lucene.index.LeafReaderContext context) |