| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
| 限定符和类型 | 方法和说明 |
|---|---|
static RangeFacetMap.OtherBuckets |
RangeFacetMap.OtherBuckets.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static RangeFacetMap.OtherBuckets[] |
RangeFacetMap.OtherBuckets.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2006–2022 The Apache Software Foundation. All rights reserved.