- java.lang.Object
-
- org.apache.lucene.monitor.QueryIndex.DataValues
-
- Enclosing class:
- QueryIndex
public static final class QueryIndex.DataValues extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SortedDocValues
cacheId
(package private) LeafReaderContext
ctx
(package private) int
docID
(package private) BinaryDocValues
mq
(package private) SortedDocValues
queryId
(package private) Weight
weight
-
Constructor Summary
Constructors Constructor Description DataValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
advanceTo(int doc)
-
-
-
Field Detail
-
queryId
SortedDocValues queryId
-
cacheId
SortedDocValues cacheId
-
mq
BinaryDocValues mq
-
weight
Weight weight
-
ctx
LeafReaderContext ctx
-
docID
int docID
-
-