|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LuceneSchema | |
---|---|
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 LuceneSchema in org.modeshape.jcr.query.lucene |
---|
Methods in org.modeshape.jcr.query.lucene with parameters of type LuceneSchema | |
---|---|
protected void |
LuceneQueryEngine.LuceneQueryProcessor.initialize(LuceneSchema schema)
|
Constructors in org.modeshape.jcr.query.lucene with parameters of type LuceneSchema | |
---|---|
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)
|
Uses of LuceneSchema in org.modeshape.jcr.query.lucene.basic |
---|
Classes in org.modeshape.jcr.query.lucene.basic that implement LuceneSchema | |
---|---|
class |
BasicLuceneSchema
The LuceneSchema implementation that uses a single index for node information . |
|
ModeShape Distribution 3.0.0.CR1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |