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

Packages that use ToParentBlockJoinQuery.ScoreMode
org.apache.lucene.search.join This modules support index-time and query-time joins. 
 

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're declared.
 

Constructors in org.apache.lucene.search.join with parameters of type ToParentBlockJoinQuery.ScoreMode
ToParentBlockJoinQuery(Query childQuery, Filter parentsFilter, ToParentBlockJoinQuery.ScoreMode scoreMode)
          Create a ToParentBlockJoinQuery.