See: Description
| Interface | Description |
|---|---|
| StandardQueryBuilder |
The package org.apache.lucene.queryparser.flexible.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.
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.