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 Modifier and Type Method Description 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 Constructor Description ToParentBlockJoinQuery(org.apache.lucene.search.Query childQuery, org.apache.lucene.search.Filter parentsFilter, ToParentBlockJoinQuery.ScoreMode scoreMode)
Create a ToParentBlockJoinQuery.
-