Package org.apache.solr.search.facet
Class FacetRequest.Domain
- java.lang.Object
-
- org.apache.solr.search.facet.FacetRequest.Domain
-
- Enclosing class:
- FacetRequest
public static class FacetRequest.Domain extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFacetRequest.Domain.GraphFieldAre we doing a query time graph across other documentsstatic classFacetRequest.Domain.JoinFieldAre we doing a query time join across other documents
-
Field Summary
Fields Modifier and Type Field Description List<String>excludeTagsSpecifies query/filter tags that should be excluded to re-compute the domain from the parent context.List<Object>explicitQueriesAn explicit query domain, ignoring all parent context, expressed in JSON query format.List<Object>filtersFacetRequest.Domain.GraphFieldgraphFieldFacetRequest.Domain.JoinFieldjoinFieldStringparentsbooleantoChildrenbooleantoParent
-
Constructor Summary
Constructors Constructor Description Domain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBecomeNonEmpty()booleancanTransformDomain()
-
-
-
Field Detail
-
explicitQueries
public List<Object> explicitQueries
An explicit query domain, ignoring all parent context, expressed in JSON query format. Mutually exclusive toexcludeTags
-
excludeTags
public List<String> excludeTags
Specifies query/filter tags that should be excluded to re-compute the domain from the parent context. Mutually exclusive toexplicitQueries
-
joinField
public FacetRequest.Domain.JoinField joinField
-
graphField
public FacetRequest.Domain.GraphField graphField
-
toParent
public boolean toParent
-
toChildren
public boolean toChildren
-
parents
public String parents
-
-