Package org.apache.lucene.queryParser.standard.builders

Standard Lucene Query Node Builders

See: Description

Package org.apache.lucene.queryParser.standard.builders Description

Standard Lucene Query Node Builders

The package org.apache.lucene.queryParser.standard.builders contains all the builders needed to build a Lucene Query object from a query node tree. These builders expect the query node tree was already processed by the StandardQueryNodeProcessorPipeline.

StandardQueryTreeBuilder is a builder that already contains a defined map that maps each QueryNode object with its respective builder.