Class FacetsCollector.MatchingDocs
Holds the documents that were matched in the AtomicReaderContext.
If scores were required, then Scores is not null
.
Inheritance
System.Object
FacetsCollector.MatchingDocs
Assembly: DistributedLucene.Net.Facet.dll
Syntax
public sealed class MatchingDocs : object
Constructors
Name | Description |
---|---|
MatchingDocs(AtomicReaderContext, DocIdSet, Int32, Single[]) | Sole constructor. |
Properties
Name | Description |
---|---|
Bits | Which documents were seen. |
Context | Context for this segment. |
Scores | Non-sparse scores array. |
TotalHits | Total number of hits |