|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.appengine.api.search.checkers.SortExpressionChecker
public class SortExpressionChecker
Checks the values of a SortExpression
.
Constructor Summary | |
---|---|
SortExpressionChecker()
|
Method Summary | |
---|---|
static SortSpec |
checkValid(SortSpec spec)
Checks the ScorerSpec is valid, specifically checking the limit
on number of documents to score is not too large. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SortExpressionChecker()
Method Detail |
---|
public static SortSpec checkValid(SortSpec spec)
ScorerSpec
is valid, specifically checking the limit
on number of documents to score is not too large.
spec
- the ScorerSpec
to check
java.lang.IllegalArgumentException
- if the spec is invalid
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |