Uses of Class
org.apache.lucene.search.join.ScoreMode
-
Packages that use ScoreMode Package Description org.apache.lucene.search.join org.elasticsearch.index.query org.elasticsearch.index.search -
-
Uses of ScoreMode in org.apache.lucene.search.join
Methods in org.apache.lucene.search.join that return ScoreMode Modifier and Type Method Description static ScoreModeScoreMode. valueOf(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.Constructors in org.apache.lucene.search.join with parameters of type ScoreMode Constructor Description ToParentBlockJoinQuery(Query childQuery, BitSetProducer parentsFilter, ScoreMode scoreMode)Create a ToParentBlockJoinQuery. -
Uses of ScoreMode in org.elasticsearch.index.query
Methods in org.elasticsearch.index.query that return ScoreMode Modifier and Type Method Description static ScoreModeNestedQueryBuilder. parseScoreMode(String scoreModeString)ScoreModeNestedQueryBuilder. scoreMode()Returns how the scores from the matching child documents are mapped into the nested parent document.Methods in org.elasticsearch.index.query with parameters of type ScoreMode Modifier and Type Method Description static StringNestedQueryBuilder. scoreModeAsString(ScoreMode scoreMode)Constructors in org.elasticsearch.index.query with parameters of type ScoreMode Constructor Description NestedQueryBuilder(String path, QueryBuilder query, ScoreMode scoreMode) -
Uses of ScoreMode in org.elasticsearch.index.search
Methods in org.elasticsearch.index.search that return ScoreMode Modifier and Type Method Description ScoreModeESToParentBlockJoinQuery. getScoreMode()Return the score mode for the matching children.Constructors in org.elasticsearch.index.search with parameters of type ScoreMode Constructor Description ESToParentBlockJoinQuery(Query childQuery, BitSetProducer parentsFilter, ScoreMode scoreMode, String path)
-