public class SortOptionsChecker
Checks the values of a com.google.appengine.api.search.SortOptions.
Static Methods
checkLimit(int limit)
public static int checkLimit(int limit)
Checks whether the limit on number of documents to score is between 0 and the maximum.
Parameter | |
---|---|
Name | Description |
limit |
int the maximum number of documents to score in the search |
Returns | |
---|---|
Type | Description |
int |
the checked limit |
checkValid(SearchServicePb.ScorerSpec spec)
public static SearchServicePb.ScorerSpec checkValid(SearchServicePb.ScorerSpec spec)
Checks the ScorerSpec is valid, specifically checking the limit on number of documents to score is not too large.
Parameter | |
---|---|
Name | Description |
spec |
com.google.appengine.api.search.proto.SearchServicePb.ScorerSpec the ScorerSpec to check |
Returns | |
---|---|
Type | Description |
com.google.appengine.api.search.proto.SearchServicePb.ScorerSpec |
the checked spec |
Constructors
SortOptionsChecker()
public SortOptionsChecker()