All Classes
-
All Classes Class Summary Enum Summary Class Description JoinUtil Utility for query time joining usingTermsQuery
andTermsCollector
.RawTermFilter Expert: creates a filter accepting all documents containing the provided term, disregarding deleted documents.ToChildBlockJoinQuery Just likeToParentBlockJoinQuery
, except this query joins in reverse: you provide a Query matching parent documents and it joins down to child documents.ToParentBlockJoinCollector Collects parent document hits for a Query containing one more more BlockJoinQuery clauses, sorted by the specified parent Sort.ToParentBlockJoinQuery This query requires that you index children and parent docs as a single block, using theIndexWriter.addDocuments(java.util.Collection<org.apache.lucene.document.Document>)
orIndexWriter.updateDocuments(org.apache.lucene.index.Term, java.util.Collection<org.apache.lucene.document.Document>)
API.ToParentBlockJoinQuery.ScoreMode How to aggregate multiple child hit scores into a single parent score.