Uses of Class
org.apache.solr.client.solrj.request.json.RangeFacetMap
-
Packages that use RangeFacetMap Package Description org.apache.solr.client.solrj.request.json 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 RangeFacetMap Modifier and Type Method Description RangeFacetMapRangeFacetMap. getThis()RangeFacetMapRangeFacetMap. setHardEnd(boolean hardEnd)Indicates whether the facet's last bucket should stop exactly atend, or be extended to begapwide Defaults to false if not specified.RangeFacetMapRangeFacetMap. setMinCount(int minOccurrences)Indicates that buckets should be returned only if they have a count of at leastminOccurrencesDefaults to '0' if not specified.RangeFacetMapRangeFacetMap. setOtherBuckets(RangeFacetMap.OtherBuckets bucketSpecifier)Indicates that an additional range bucket(s) should be computed and added to those computed forstartandendSeeRangeFacetMap.OtherBucketsfor possible options.
-