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 class
FacetRequest.Domain.GraphField
Are we doing a query time graph across other documentsstatic class
FacetRequest.Domain.JoinField
Are we doing a query time join across other documents
-
Field Summary
Fields Modifier and Type Field Description List<String>
excludeTags
Specifies query/filter tags that should be excluded to re-compute the domain from the parent context.List<Object>
explicitQueries
An explicit query domain, ignoring all parent context, expressed in JSON query format.List<Object>
filters
FacetRequest.Domain.GraphField
graphField
FacetRequest.Domain.JoinField
joinField
String
parents
boolean
toChildren
boolean
toParent
-
Constructor Summary
Constructors Constructor Description Domain()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canBecomeNonEmpty()
boolean
canTransformDomain()
-
-
-
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
-
-