Uses of Class
org.apache.solr.client.solrj.request.json.TermsFacetMap
Packages that use TermsFacetMap
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of TermsFacetMap in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return TermsFacetMapModifier and TypeMethodDescriptionTermsFacetMap.getThis()TermsFacetMap.includeAllBucketsUnionBucket(boolean shouldInclude) Creates a bucket representing the union of all other buckets.TermsFacetMap.includeMissingBucket(boolean missingBucket) Indicates that Solr should create a bucket corresponding to documents missing the field used by this facet.TermsFacetMap.includeTotalNumBuckets(boolean numBuckets) Indicates that Solr should include the total number of buckets for this facet.TermsFacetMap.setBucketOffset(int numToSkip) Indicates that Solr should skip over the N buckets for this facet.TermsFacetMap.setFacetMethod(TermsFacetMap.FacetMethod method) Indicate which method should be used to compute the facet.TermsFacetMap.setLimit(int maximumBuckets) Indicates the maximum number of buckets to be returned by this facet.TermsFacetMap.setMinCount(int minCount) Indicates that the facet results should not include any buckets with a count less thanminCount.TermsFacetMap.setOverRefine(int numExtraBuckets) Indicates how many extra buckets to request during distributed-facet-refining beyond those required bysetLimit(int)TermsFacetMap.setOverRequest(int numExtraBuckets) Indicates the number of additional buckets to request internally beyond those required bysetLimit(int).TermsFacetMap.setPreliminarySort(String preliminarySort) Indicates an approximate sort calculation to be performed during initial bucket generation and collection.Indicates the desired ordering for the returned buckets.TermsFacetMap.setTermPrefix(String termPrefix) Indicates that the facet should only produce buckets for terms that start with the specified prefix.TermsFacetMap.useDistributedFacetRefining(boolean useRefining) Indicates whether this facet should use distributed facet refining.