Package | Description |
---|---|
com.amazonaws.services.cloudsearchv2.model |
Classes modeling the various types represented by AmazonCloudSearchv2.
|
Modifier and Type | Method and Description |
---|---|
Expression |
DefineExpressionRequest.getExpression()
A named expression that can be evaluated at search time.
|
Expression |
ExpressionStatus.getOptions()
The expression that is evaluated for sorting while processing a search
request.
|
Expression |
Expression.withExpressionName(String expressionName)
A string that represents the name of an index field.
|
Expression |
Expression.withExpressionValue(String expressionValue)
The expression to evaluate for sorting while processing a search
request.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineExpressionRequest.setExpression(Expression expression)
A named expression that can be evaluated at search time.
|
void |
ExpressionStatus.setOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
DefineExpressionRequest |
DefineExpressionRequest.withExpression(Expression expression)
A named expression that can be evaluated at search time.
|
ExpressionStatus |
ExpressionStatus.withOptions(Expression options)
The expression that is evaluated for sorting while processing a search
request.
|
Copyright © 2014. All rights reserved.