Uses of Class
org.apache.solr.client.solrj.request.json.RangeFacetMap
Packages that use RangeFacetMap
Package
Description
Allows sending of requests using Solr's JSON query/faceting API
-
Uses of RangeFacetMap in org.apache.solr.client.solrj.request.json
Methods in org.apache.solr.client.solrj.request.json that return RangeFacetMapModifier and TypeMethodDescriptionRangeFacetMap.getThis()RangeFacetMap.setHardEnd(boolean hardEnd) Indicates whether the facet's last bucket should stop exactly atend, or be extended to begapwideRangeFacetMap.setMinCount(int minOccurrences) Indicates that buckets should be returned only if they have a count of at leastminOccurrencesRangeFacetMap.setOtherBuckets(RangeFacetMap.OtherBuckets bucketSpecifier) Indicates that an additional range bucket(s) should be computed and added to those computed forstartandend