Uses of Package
org.apache.lucene.search.join
Packages that use org.apache.lucene.search.join
-
Classes in org.apache.lucene.search.join used by org.apache.lucene.search.joinClassDescriptionA producer of
BitSet
s per segment.Type of selection to perform.How to aggregate multiple child hit scores into a single parent score.A collector that collects all terms from a specified field matching the query.Just likeToParentBlockJoinQuery
, except this query joins in reverse: you provide a Query matching parent documents and it joins down to child documents.This query requires that you index children and parent docs as a single block, using theIndexWriter.addDocuments()
orIndexWriter.updateDocuments()
API.