Package | Description |
---|---|
org.apache.lucene.facet |
Faceted search.
|
Modifier and Type | Method and Description |
---|---|
List<FacetsCollector.MatchingDocs> |
RandomSamplingFacetsCollector.getMatchingDocs()
Returns the sampled list of the matching documents.
|
List<FacetsCollector.MatchingDocs> |
FacetsCollector.getMatchingDocs()
Returns the documents matched by the query, one
FacetsCollector.MatchingDocs per
visited segment. |
List<FacetsCollector.MatchingDocs> |
RandomSamplingFacetsCollector.getOriginalMatchingDocs()
Returns the original matching documents.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.