public static final class FacetsCollector.MatchingDocs
extends java.lang.Object
org.apache.lucene.index.LeafReaderContext.
If scores were required, then scores is not null.| Modifier and Type | Field and Description |
|---|---|
DocIdSet |
bits
Which documents were seen.
|
LeafReaderContext |
context
Context for this segment.
|
float[] |
scores
Non-sparse scores array.
|
int |
totalHits
Total number of hits
|
| Constructor and Description |
|---|
MatchingDocs(LeafReaderContext context,
DocIdSet bits,
int totalHits,
float[] scores)
Sole constructor.
|
Data In Motion GmbH all rights reserved