Uses of Class
com.attivio.sdk.search.relevancy.ScoreMode
-
Packages that use ScoreMode Package Description com.attivio.sdk.search.fields Model forFieldExpressions
applied toQueryRequests
.com.attivio.sdk.search.query com.attivio.sdk.search.relevancy Contains classes relevancy model related classes. -
-
Uses of ScoreMode in com.attivio.sdk.search.fields
Fields in com.attivio.sdk.search.fields declared as ScoreMode Modifier and Type Field Description static ScoreMode
PhraseScore. DEFAULT_SCORE_MODE
Methods in com.attivio.sdk.search.fields that return ScoreMode Modifier and Type Method Description ScoreMode
PhraseScore. getScoreMode()
Get the mode to use for scoring the phrase.Methods in com.attivio.sdk.search.fields with parameters of type ScoreMode Modifier and Type Method Description void
PhraseScore. setScoreMode(ScoreMode value)
Set the mode to use for scoring the phrase.Constructors in com.attivio.sdk.search.fields with parameters of type ScoreMode Constructor Description PhraseScore(java.lang.String field, Phrase phrase, ScoreMode scoreMode)
-
Uses of ScoreMode in com.attivio.sdk.search.query
Methods in com.attivio.sdk.search.query that return ScoreMode Modifier and Type Method Description ScoreMode
PhraseQuery. getScoreMode()
Methods in com.attivio.sdk.search.query with parameters of type ScoreMode Modifier and Type Method Description void
PhraseQuery. setScoreMode(ScoreMode value)
-
Uses of ScoreMode in com.attivio.sdk.search.relevancy
Fields in com.attivio.sdk.search.relevancy declared as ScoreMode Modifier and Type Field Description protected static ScoreMode
QueryBoostFeature. DEFAULT_SCORE_MODE
Methods in com.attivio.sdk.search.relevancy that return ScoreMode Modifier and Type Method Description ScoreMode
QueryBoostFeature. getScoreMode()
static ScoreMode
ScoreMode. valueOf(Query query)
Get the scoring mode set forquery
.static ScoreMode
ScoreMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScoreMode[]
ScoreMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search.relevancy with parameters of type ScoreMode Modifier and Type Method Description void
QueryBoostFeature. setScoreMode(ScoreMode value)
-