public static class FacetRequest.Domain extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FacetRequest.Domain.GraphField
Are we doing a query time graph across other documents
|
static class |
FacetRequest.Domain.JoinField
Are we doing a query time join across other documents
|
| Modifier and Type | Field and 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 and Description |
|---|
Domain() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canBecomeNonEmpty() |
boolean |
canTransformDomain() |
public List<Object> explicitQueries
excludeTagspublic List<String> excludeTags
explicitQueriespublic FacetRequest.Domain.JoinField joinField
public FacetRequest.Domain.GraphField graphField
public boolean toParent
public boolean toChildren
public String parents
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.