Package org.apache.solr.search.facet
Class FacetRequest.Domain
java.lang.Object
org.apache.solr.search.facet.FacetRequest.Domain
- Enclosing class:
FacetRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAre we doing a query time graph across other documentsstatic classAre we doing a query time join across other documents -
Field Summary
FieldsModifier and TypeFieldDescriptionSpecifies query/filter tags that should be excluded to re-compute the domain from the parent context.An explicit query domain, ignoring all parent context, expressed in JSON query format.booleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
explicitQueries
An explicit query domain, ignoring all parent context, expressed in JSON query format. Mutually exclusive toexcludeTags -
excludeTags
Specifies query/filter tags that should be excluded to re-compute the domain from the parent context. Mutually exclusive toexplicitQueries -
joinField
-
graphField
-
toParent
public boolean toParent -
toChildren
public boolean toChildren -
parents
-
filters
-
-
Constructor Details
-
Domain
public Domain()
-
-
Method Details
-
canTransformDomain
public boolean canTransformDomain() -
canBecomeNonEmpty
public boolean canBecomeNonEmpty()
-