| Package | Description |
|---|---|
| org.apache.lucene.queryParser.core |
Contains the core classes of the flexible query parser framework
Flexible Query Parser
This package contains the necessary classes to implement a query parser.
|
| org.apache.lucene.queryParser.core.builders |
Contains the necessary classes to implement query builders
Query Parser Builders
The package org.apache.lucene.queryParser.builders contains the interface that
builders must implement, it also contain a utility
QueryTreeBuilder, which walks the tree
and call the Builder for each node in the tree. |
| org.apache.lucene.queryParser.standard.builders |
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.
|
| Class and Description |
|---|
| QueryBuilder
This interface is used by implementors classes that builds some kind of
object from a query tree.
|
| Class and Description |
|---|
| QueryBuilder
This interface is used by implementors classes that builds some kind of
object from a query tree.
|
| Class and Description |
|---|
| QueryBuilder
This interface is used by implementors classes that builds some kind of
object from a query tree.
|
| QueryTreeBuilder
This class should be used when there is a builder for each type of node.
|