Package | Description |
---|---|
org.apache.lucene.queryparser.flexible.core |
Core classes of the flexible query parser framework.
|
org.apache.lucene.queryparser.flexible.core.processors |
Interfaces and implementations used by query node processors
|
org.apache.lucene.queryparser.flexible.precedence.processors |
Processors used by Precedence Query Parser
|
org.apache.lucene.queryparser.flexible.standard.processors |
Lucene Query Node Processors.
|
Class and Description |
---|
QueryNodeProcessor
A
QueryNodeProcessor is an interface for classes that process a
QueryNode tree. |
Class and Description |
---|
QueryNodeProcessor
A
QueryNodeProcessor is an interface for classes that process a
QueryNode tree. |
QueryNodeProcessorImpl
This is a default implementation for the
QueryNodeProcessor
interface, it's an abstract class, so it should be extended by classes that
want to process a QueryNode tree. |
Class and Description |
---|
QueryNodeProcessor
A
QueryNodeProcessor is an interface for classes that process a
QueryNode tree. |
QueryNodeProcessorImpl
This is a default implementation for the
QueryNodeProcessor
interface, it's an abstract class, so it should be extended by classes that
want to process a QueryNode tree. |
QueryNodeProcessorPipeline
A
QueryNodeProcessorPipeline class should be used to build a query
node processor pipeline. |
Class and Description |
---|
QueryNodeProcessor
A
QueryNodeProcessor is an interface for classes that process a
QueryNode tree. |
QueryNodeProcessorImpl
This is a default implementation for the
QueryNodeProcessor
interface, it's an abstract class, so it should be extended by classes that
want to process a QueryNode tree. |
QueryNodeProcessorPipeline
A
QueryNodeProcessorPipeline class should be used to build a query
node processor pipeline. |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.