Package | Description |
---|---|
com.google.api.services.cloudsearch.v1.model |
Modifier and Type | Method and Description |
---|---|
QueryOperator |
QueryOperator.clone() |
QueryOperator |
QueryOperator.set(java.lang.String fieldName,
java.lang.Object value) |
QueryOperator |
QueryOperator.setDisplayName(java.lang.String displayName)
Display name of the operator
|
QueryOperator |
QueryOperator.setEnumValues(java.util.List<java.lang.String> enumValues)
Potential list of values for the opeatror field.
|
QueryOperator |
QueryOperator.setGreaterThanOperatorName(java.lang.String greaterThanOperatorName)
Indicates the operator name that can be used to isolate the property using the greater-than
operator.
|
QueryOperator |
QueryOperator.setIsFacetable(java.lang.Boolean isFacetable)
Can this operator be used to get facets.
|
QueryOperator |
QueryOperator.setIsRepeatable(java.lang.Boolean isRepeatable)
Indicates if multiple values can be set for this property.
|
QueryOperator |
QueryOperator.setIsReturnable(java.lang.Boolean isReturnable)
Will the property associated with this facet be returned as part of search results.
|
QueryOperator |
QueryOperator.setIsSortable(java.lang.Boolean isSortable)
Can this operator be used to sort results.
|
QueryOperator |
QueryOperator.setIsSuggestable(java.lang.Boolean isSuggestable)
Can get suggestions for this field.
|
QueryOperator |
QueryOperator.setLessThanOperatorName(java.lang.String lessThanOperatorName)
Indicates the operator name that can be used to isolate the property using the less-than
operator.
|
QueryOperator |
QueryOperator.setObjectType(java.lang.String objectType)
Name of the object corresponding to the operator.
|
QueryOperator |
QueryOperator.setOperatorName(java.lang.String operatorName)
The name of the operator.
|
QueryOperator |
QueryOperator.setType(java.lang.String type)
Type of the operator.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<QueryOperator> |
QuerySource.getOperators()
List of all operators applicable for this source.
|
Modifier and Type | Method and Description |
---|---|
QuerySource |
QuerySource.setOperators(java.util.List<QueryOperator> operators)
List of all operators applicable for this source.
|