TermsQuery
and TermsCollector
.ToParentBlockJoinQuery
, except this
query joins in reverse: you provide a Query matching
parent documents and it joins down to child
documents.IndexWriter.addDocuments(java.util.Collection)
or IndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection)
API.Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.