Package | Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
protected static class |
LuceneQueryEngine.LuceneQueryProcessor
The
QueryProcessor implementation used by this LuceneQueryEngine . |
Modifier and Type | Class and Description |
---|---|
class |
QueryProcessor<ProcessingContextType>
An abstract
Processor implementation that builds a tree of ProcessingComponent objects to perform the different
parts of the query processing logic. |
Modifier and Type | Field and Description |
---|---|
protected Processor |
QueryEngine.processor |
Constructor and Description |
---|
QueryEngine(Planner planner,
Optimizer optimizer,
Processor processor)
|
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.