Uses of Class
org.elasticsearch.index.search.child.TopChildrenQuery.ScoreType

Packages that use TopChildrenQuery.ScoreType
org.elasticsearch.index.search.child   
 

Uses of TopChildrenQuery.ScoreType in org.elasticsearch.index.search.child
 

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

Constructors in org.elasticsearch.index.search.child with parameters of type TopChildrenQuery.ScoreType
TopChildrenQuery(org.apache.lucene.search.Query query, String scope, String childType, String parentType, TopChildrenQuery.ScoreType scoreType, int factor, int incrementalFactor)
           
 



Copyright © 2009-2012. All Rights Reserved.