Package | Description |
---|---|
org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
Modifier and Type | Field and Description |
---|---|
protected FacetRequest.Domain |
FacetRequest.domain |
Modifier and Type | Method and Description |
---|---|
static void |
FacetRequest.Domain.GraphField.createGraphField(FacetRequest.Domain domain,
Map<String,Object> domainMap)
Given a
Domain , and a (JSON) map specifying the configuration for that Domain,
validates if a 'graph ' is specified, and if so creates a GraphField
and sets it on the Domain . |
static void |
FacetRequest.Domain.JoinField.createJoinField(FacetRequest.Domain domain,
Map<String,Object> domainMap)
Given a
Domain , and a (JSON) map specifying the configuration for that Domain,
validates if a 'join ' is specified, and if so creates a JoinField
and sets it on the Domain . |
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.