public static class FacetRequest.Domain.GraphField extends Object
| Modifier and Type | Field and Description |
|---|---|
SolrParams |
localParams |
| Modifier and Type | Method and Description |
|---|---|
Query |
createDomainQuery(FacetContext fcontext)
Creates a Query that can be used to recompute the new "base" for this domain, relative to the
current base of the FacetContext.
|
static void |
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. |
public final SolrParams localParams
public static void createGraphField(FacetRequest.Domain domain, Map<String,Object> domainMap)
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.
(params must not be null)
public Query createDomainQuery(FacetContext fcontext) throws IOException
IOExceptionCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.