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.lucene.basic |
The "basic"
Lucene schema has a single index in which all node
and property information are indexed into separate fields. |
Modifier and Type | Method and Description |
---|---|
protected void |
LuceneQueryEngine.LuceneQueryProcessor.initialize(LuceneSchema schema) |
Constructor and Description |
---|
LuceneProcessingContext(QueryContext queryContext,
String repositoryName,
org.hibernate.search.SearchFactory searchFactory,
LuceneSchema schema) |
LuceneQueryEngine.LuceneAccessQuery(LuceneSchema schema,
LuceneProcessingContext processingContext,
QueryContext context,
QueryResults.Columns resultColumns,
PlanNode accessNode) |
Modifier and Type | Class and Description |
---|---|
class |
BasicLuceneSchema
The LuceneSchema implementation that uses a single index for
node information . |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.