Uses of Package
org.apache.lucene.search.join

Packages that use org.apache.lucene.search.join
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)
 

Classes in org.apache.lucene.search.join used by org.apache.lucene.search.join
BlockJoinQuery
          This query requires that you index children and parent docs as a single block, using the IndexWriter.addDocuments(java.util.Collection) or IndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection) API.
BlockJoinQuery.ScoreMode
           
 



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