Package org.apache.solr.search.facet
Class FacetRequest.Domain.GraphField
java.lang.Object
org.apache.solr.search.facet.FacetRequest.Domain.GraphField
- Enclosing class:
FacetRequest.Domain
Are we doing a query time graph across other documents
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.search.QuerycreateDomainQuery(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 voidcreateGraphField(FacetRequest.Domain domain, Map<String, Object> domainMap) Given aDomain, and a (JSON) map specifying the configuration for that Domain, validates if a 'graph' is specified, and if so creates aGraphFieldand sets it on theDomain.
-
Field Details
-
localParams
public final org.apache.solr.common.params.SolrParams localParams
-
-
Method Details
-
createGraphField
Given aDomain, and a (JSON) map specifying the configuration for that Domain, validates if a 'graph' is specified, and if so creates aGraphFieldand sets it on theDomain.(params must not be null)
-
createDomainQuery
Creates a Query that can be used to recompute the new "base" for this domain, relative to the current base of the FacetContext.
-