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