|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LuceneProcessingContext | |
---|---|
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.lucene.basic |
The "basic" Lucene schema has a single index in which all node
and property information are indexed into separate fields. |
Uses of LuceneProcessingContext in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene that return LuceneProcessingContext | |
---|---|
protected LuceneProcessingContext |
LuceneQueryEngine.LuceneQueryProcessor.createProcessingContext(QueryContext queryContext)
|
Methods in org.modeshape.jcr.query.lucene with parameters of type LuceneProcessingContext | |
---|---|
protected void |
LuceneQueryEngine.LuceneQueryProcessor.closeProcessingContext(LuceneProcessingContext processingContext)
|
protected ProcessingComponent |
LuceneQueryEngine.LuceneQueryProcessor.createAccessComponent(QueryCommand originalQuery,
QueryContext context,
PlanNode accessNode,
QueryResults.Columns resultColumns,
LuceneProcessingContext processingContext)
|
LuceneQuery |
LuceneSchema.createQuery(SelectorName selectorName,
List<Constraint> andedConstraints,
LuceneProcessingContext context)
Create a LuceneQuery for the supplied ANDed constraints of the ModeShape access query, which comes from the leaves
of a query plan. |
Constructors in org.modeshape.jcr.query.lucene with parameters of type LuceneProcessingContext | |
---|---|
LuceneQueryEngine.LuceneAccessQuery(LuceneSchema schema,
LuceneProcessingContext processingContext,
QueryContext context,
QueryResults.Columns resultColumns,
PlanNode accessNode)
|
Uses of LuceneProcessingContext in org.modeshape.jcr.query.lucene.basic |
---|
Methods in org.modeshape.jcr.query.lucene.basic with parameters of type LuceneProcessingContext | |
---|---|
LuceneQuery |
BasicLuceneSchema.createQuery(SelectorName selectorName,
List<Constraint> andedConstraints,
LuceneProcessingContext processingContext)
|
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |