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