Uses of Class
org.elasticsearch.index.search.nested.BlockJoinQuery.ScoreMode

Packages that use BlockJoinQuery.ScoreMode
org.elasticsearch.index.search.nested   
 

Uses of BlockJoinQuery.ScoreMode in org.elasticsearch.index.search.nested
 

Methods in org.elasticsearch.index.search.nested that return BlockJoinQuery.ScoreMode
static BlockJoinQuery.ScoreMode BlockJoinQuery.ScoreMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BlockJoinQuery.ScoreMode[] BlockJoinQuery.ScoreMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.elasticsearch.index.search.nested with parameters of type BlockJoinQuery.ScoreMode
BlockJoinQuery(org.apache.lucene.search.Query childQuery, org.apache.lucene.search.Filter parentsFilter, BlockJoinQuery.ScoreMode scoreMode)
           
 



Copyright © 2009-2012. All Rights Reserved.