Uses of Class
org.apache.lucene.search.join.ToParentBlockJoinQuery.ScoreMode

Uses of ToParentBlockJoinQuery.ScoreMode in org.apache.lucene.search.join
 

Methods in org.apache.lucene.search.join that return ToParentBlockJoinQuery.ScoreMode
static ToParentBlockJoinQuery.ScoreMode ToParentBlockJoinQuery.ScoreMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ToParentBlockJoinQuery.ScoreMode[] ToParentBlockJoinQuery.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 ToParentBlockJoinQuery.ScoreMode
ToParentBlockJoinQuery(org.apache.lucene.search.Query childQuery, org.apache.lucene.search.Filter parentsFilter, ToParentBlockJoinQuery.ScoreMode scoreMode)
          Create a ToParentBlockJoinQuery.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.