Package | Description |
---|---|
com.amazonaws.services.cloudsearch.model |
Classes modeling the various types represented by AmazonCloudSearch.
|
Modifier and Type | Method and Description |
---|---|
RankExpressionStatus |
DefineRankExpressionResult.getRankExpression()
Deprecated.
The value of a
RankExpression and its current status. |
RankExpressionStatus |
DeleteRankExpressionResult.getRankExpression()
Deprecated.
The value of a
RankExpression and its current status. |
RankExpressionStatus |
RankExpressionStatus.withOptions(NamedRankExpression options)
Deprecated.
The expression that is evaluated for ranking or thresholding while
processing a search request.
|
RankExpressionStatus |
RankExpressionStatus.withStatus(OptionStatus status)
Deprecated.
The status of an option, including when it was last updated and
whether it is actively in use for searches.
|
Modifier and Type | Method and Description |
---|---|
List<RankExpressionStatus> |
DescribeRankExpressionsResult.getRankExpressions()
Deprecated.
The rank expressions configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DefineRankExpressionResult.setRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
void |
DeleteRankExpressionResult.setRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
DefineRankExpressionResult |
DefineRankExpressionResult.withRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
DeleteRankExpressionResult |
DeleteRankExpressionResult.withRankExpression(RankExpressionStatus rankExpression)
Deprecated.
The value of a
RankExpression and its current status. |
DescribeRankExpressionsResult |
DescribeRankExpressionsResult.withRankExpressions(RankExpressionStatus... rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeRankExpressionsResult.setRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
DescribeRankExpressionsResult |
DescribeRankExpressionsResult.withRankExpressions(Collection<RankExpressionStatus> rankExpressions)
Deprecated.
The rank expressions configured for the domain.
|
Copyright © 2014. All rights reserved.