Package | Description |
---|---|
org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
Modifier and Type | Method and Description |
---|---|
RangeFacetMap |
RangeFacetMap.getThis() |
RangeFacetMap |
RangeFacetMap.setHardEnd(boolean hardEnd)
Indicates whether the facet's last bucket should stop exactly at
end , or be extended to be gap wide
Defaults to false if not specified. |
RangeFacetMap |
RangeFacetMap.setMinCount(int minOccurrences)
Indicates that buckets should be returned only if they have a count of at least
minOccurrences
Defaults to '0' if not specified. |
RangeFacetMap |
RangeFacetMap.setOtherBuckets(RangeFacetMap.OtherBuckets bucketSpecifier)
Indicates that an additional range bucket(s) should be computed and added to those computed for
start and end
See RangeFacetMap.OtherBuckets for possible options. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.