|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.appengine.api.search.MatchScorer
public class MatchScorer
A scorer that returns a score based on term frequency divided by document frequency.
Nested Class Summary | |
---|---|
static class |
MatchScorer.Builder
A builder that constructs MatchScorers . |
Method Summary | |
---|---|
static MatchScorer.Builder |
newBuilder()
Creates and returns a MatchScorer Builder. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public static MatchScorer.Builder newBuilder()
MatchScorer.Builder
. Set the parameters for scorer
on the Builder, and use the MatchScorer.Builder.build()
method
to create a concrete instance of MatchScorerpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |