Method GetMatchingDocs
GetMatchingDocs()
Returns the sampled list of the matching documents. Note that a FacetsCollector.MatchingDocs instance is returned per segment, even if no hits from that segment are included in the sampled set.
Note: One or more of the FacetsCollector.MatchingDocs might be empty (not containing any hits) as result of sampling.
Note: TotalHits is copied from the original
FacetsCollector.MatchingDocs, scores is set to null
Declaration
public override IList<FacetsCollector.MatchingDocs> GetMatchingDocs()
Returns
Type | Description |
---|---|
IList<FacetsCollector.MatchingDocs> |