Package org.apache.lucene.monitor
Class QueryIndex.DataValues
- 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) BinaryDocValues
mq
(package private) SortedDocValues
queryId
(package private) Scorable
scorer
-
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
-
scorer
Scorable scorer
-
ctx
LeafReaderContext ctx
-
-