Class SortOptionsChecker (2.0.0)

public class SortOptionsChecker

Inheritance

java.lang.Object > SortOptionsChecker

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
NameDescription
limitint

the maximum number of documents to score in the search

Returns
TypeDescription
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
NameDescription
speccom.google.appengine.api.search.proto.SearchServicePb.ScorerSpec

the ScorerSpec to check

Returns
TypeDescription
com.google.appengine.api.search.proto.SearchServicePb.ScorerSpec

the checked spec

Constructors

SortOptionsChecker()

public SortOptionsChecker()