|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.appengine.api.search.MatchScorer.Builder
public static class MatchScorer.Builder
A builder that constructs MatchScorers
.
A MatchScorer will invoke a scorer on each search result. The
following code illustrates setting a match scorer to score documents,
scoring at most 1000 documents.
MatchScorer scorer = MatchScorer.newBuilder().setLimit(1000).build();
Method Summary | |
---|---|
MatchScorer |
build()
Builds a MatchScorer from the set values. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public MatchScorer build()
MatchScorer
from the set values.
MatchScorer
built from the set values
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |