Package | Description |
---|---|
org.apache.solr.client.solrj.request.json |
Allows sending of requests using Solr's JSON query/faceting API
|
Modifier and Type | Class and Description |
---|---|
class |
JsonFacetMap<B extends JsonFacetMap<B>>
A common parent for a small set of classes that allow easier composition of JSON facet objects.
|
Modifier and Type | Class and Description |
---|---|
class |
HeatmapFacetMap
Represents a "heatmap" facet in a JSON request query.
|
class |
QueryFacetMap
Represents a "query" facet in a JSON query request.
|
class |
RangeFacetMap
Represents a "range" facet in a JSON request query.
|
class |
TermsFacetMap
Represents a "terms" facet in a JSON query request.
|
Modifier and Type | Method and Description |
---|---|
HeatmapFacetMap |
HeatmapFacetMap.withSubFacet(String facetName,
JsonFacetMap map) |
B |
JsonFacetMap.withSubFacet(String facetName,
JsonFacetMap map) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.