Class LucenePrimaryKeySegmentIndex.DocumentIndexEntry
java.lang.Object
com.apple.foundationdb.record.lucene.LucenePrimaryKeySegmentIndex.DocumentIndexEntry
- Enclosing interface:
- LucenePrimaryKeySegmentIndex
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDocumentIndexEntry
(Tuple primaryKey, byte[] entryKey, org.apache.lucene.index.IndexReader indexReader, String segmentName, int docId) -
Method Summary
-
Field Details
-
-
entryKey
@Nonnull public final byte[] entryKey -
indexReader
@Nonnull public final org.apache.lucene.index.IndexReader indexReader -
segmentName
-
docId
public final int docId
-
-
Constructor Details
-
DocumentIndexEntry
-