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

Packages that use BlockJoinQuery.ScoreMode
org.apache.lucene.search.join This module supports index-time joins while searching, where joined documents are indexed as a single document block using IndexWriter.addDocuments(java.util.Collection)
 

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

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



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