Uses of Class
com.google.appengine.api.search.SortExpression.Builder
-
Packages that use SortExpression.Builder Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of SortExpression.Builder in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return SortExpression.Builder Modifier and Type Method Description static SortExpression.BuilderSortExpression. newBuilder()Creates and returns a SortExpression Builder.SortExpression.BuilderSortExpression.Builder. setDefaultValue(String defaultValue)Sets the default value for the field for sorting purposes.SortExpression.BuilderSortExpression.Builder. setDefaultValueDate(Date defaultValue)Sets the default value for the field for sorting purposes.SortExpression.BuilderSortExpression.Builder. setDefaultValueNumeric(double defaultValue)Sets the default value for the field for sorting purposes.SortExpression.BuilderSortExpression.Builder. setDirection(SortExpression.SortDirection direction)Sets the direction to sort the search results in.SortExpression.BuilderSortExpression.Builder. setExpression(String expression)Sets an expression to be evaluated for each document to sort by.Methods in com.google.appengine.api.search with parameters of type SortExpression.Builder Modifier and Type Method Description SortOptions.BuilderSortOptions.Builder. addSortExpression(SortExpression.Builder builder)Adds aSortExpressionbuilt from the builder to the list of sort expressions.
-