All Classes and Interfaces
Class
Description
A producer of 
BitSets per segment.Select a value from a block of documents.
Type of selection to perform.
Utility class to check a block join index.
kNN byte vector query that joins matching children vector documents with their parent doc id.
kNN float vector query that joins matching children vector documents with their parent doc id.
Utility for query time joining.
A query that returns all the matching child documents for a specific parent document indexed
 together in the same block.
A 
BitSetProducer that wraps a query and caches matching BitSets per segment.How to aggregate multiple child hit scores into a single parent score.
A filtered TermsEnum that uses a BytesRefHash as a filter
Just like 
ToParentBlockJoinQuery, 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 the 
IndexWriter.addDocuments() or IndexWriter.updateDocuments() API.A special sort field that allows sorting parent docs based on nested / child level fields.