|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.facet.FacetsCollector.MatchingDocs
public static final class FacetsCollector.MatchingDocs
Holds the documents that were matched in the AtomicReaderContext
.
If scores were required, then scores
is not null.
Field Summary | |
---|---|
DocIdSet |
bits
Which documents were seen. |
AtomicReaderContext |
context
Context for this segment. |
float[] |
scores
Non-sparse scores array. |
int |
totalHits
Total number of hits |
Constructor Summary | |
---|---|
FacetsCollector.MatchingDocs(AtomicReaderContext context,
DocIdSet bits,
int totalHits,
float[] scores)
Sole constructor. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final AtomicReaderContext context
public final DocIdSet bits
public final float[] scores
public final int totalHits
Constructor Detail |
---|
public FacetsCollector.MatchingDocs(AtomicReaderContext context, DocIdSet bits, int totalHits, float[] scores)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |