Package org.apache.lucene.facet
Class FacetsCollector.MatchingDocs
java.lang.Object
org.apache.lucene.facet.FacetsCollector.MatchingDocs
- Enclosing class:
FacetsCollector
Holds the documents that were matched in the
LeafReaderContext.
If scores were required, then scores is not null.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMatchingDocs(LeafReaderContext context, DocIdSet bits, int totalHits, float[] scores) Sole constructor. -
Method Summary
-
Field Details
-
context
Context for this segment. -
bits
Which documents were seen. -
scores
public final float[] scoresNon-sparse scores array. -
totalHits
public final int totalHitsTotal number of hits
-
-
Constructor Details
-
MatchingDocs
Sole constructor.
-