|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Processor | |
---|---|
org.modeshape.jcr.query.lucene | The core query engine, which currently uses Lucene for indexing and raw queries, and the Hibernate Search engine (which does not depend on or use Hibernate Core or JPA) for updating and querying the Lucene indexes. |
org.modeshape.jcr.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
Uses of Processor in org.modeshape.jcr.query.lucene |
---|
Classes in org.modeshape.jcr.query.lucene that implement Processor | |
---|---|
protected static class |
LuceneQueryEngine.LuceneQueryProcessor
The QueryProcessor implementation used by this LuceneQueryEngine . |
Uses of Processor in org.modeshape.jcr.query.process |
---|
Classes in org.modeshape.jcr.query.process that implement Processor | |
---|---|
class |
QueryProcessor<ProcessingContextType>
An abstract Processor implementation that builds a tree of ProcessingComponent objects to perform the different
parts of the query processing logic. |
Fields in org.modeshape.jcr.query.process declared as Processor | |
---|---|
protected Processor |
QueryEngine.processor
|
Constructors in org.modeshape.jcr.query.process with parameters of type Processor | |
---|---|
QueryEngine(Planner planner,
Optimizer optimizer,
Processor processor)
Create a new query engine given the planner , optimizer , processor , and
schemata . |
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |