public class SortOptionsCheckerChecks 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 | 
        intthe 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.ScorerSpecthe ScorerSpec to check  | 
      
| Returns | |
|---|---|
| Type | Description | 
com.google.appengine.api.search.proto.SearchServicePb.ScorerSpec | 
        the checked spec  | 
      
Constructors
SortOptionsChecker()
public SortOptionsChecker()