Package org.elasticsearch.index.search.nested

Class Summary
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.
IncludeAllChildrenQuery A special query that accepts a top level parent matching query, and returns all the children of that parent as well.
NestedChildrenCollector A collector that accepts parent docs, and calls back the collect on child docs of that parent.
NestedDocsFilter  
NonNestedDocsFilter  
 

Enum Summary
BlockJoinQuery.ScoreMode  
 



Copyright © 2009-2012. All Rights Reserved.