public static class FacetRequest.Domain.JoinField extends Object
Modifier and Type | Method and Description |
---|---|
Query |
createDomainQuery(org.apache.solr.search.facet.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 |
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 . |
public static void createJoinField(FacetRequest.Domain domain, Map<String,Object> domainMap)
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
.
(params must not be null)public Query createDomainQuery(org.apache.solr.search.facet.FacetContext fcontext) throws IOException
IOException
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.