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

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

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

Methods in org.apache.lucene.search.join with parameters of type ScoreMode
static Query JoinUtil.createJoinQuery(String fromField, boolean multipleValuesPerDocument, String toField, Query fromQuery, IndexSearcher fromSearcher, ScoreMode scoreMode)
          Method for query time joining.
 

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



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