Package org.apache.lucene.monitor
Class QueryIndex.DataValues
- java.lang.Object
-
- org.apache.lucene.monitor.QueryIndex.DataValues
-
- Enclosing class:
- QueryIndex
static final class QueryIndex.DataValues extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SortedDocValuescacheId(package private) LeafReaderContextctx(package private) BinaryDocValuesmq(package private) SortedDocValuesqueryId(package private) Scorablescorer
-
Constructor Summary
Constructors Constructor Description DataValues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) voidadvanceTo(int doc)
-
-
-
Field Detail
-
queryId
SortedDocValues queryId
-
cacheId
SortedDocValues cacheId
-
mq
BinaryDocValues mq
-
scorer
Scorable scorer
-
ctx
LeafReaderContext ctx
-
-