ModeShape Distribution 3.0.0.Beta4

Uses of Class
org.modeshape.jcr.query.lucene.LuceneException

Packages that use LuceneException
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 LuceneException in org.modeshape.jcr.query.lucene
 

Methods in org.modeshape.jcr.query.lucene that throw LuceneException
 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.
 org.apache.lucene.index.IndexReader LuceneProcessingContext.getReader(String indexName)
          Get an IndexReader for the Lucene index with the supplied name.
 org.apache.lucene.search.IndexSearcher LuceneProcessingContext.getSearcher(String indexName)
          Get an IndexSearcher for the Lucene index with the supplied name.
 

Uses of LuceneException in org.modeshape.jcr.query.lucene.basic
 

Methods in org.modeshape.jcr.query.lucene.basic that throw LuceneException
 LuceneQuery BasicLuceneSchema.createQuery(SelectorName selectorName, List<Constraint> andedConstraints, LuceneProcessingContext processingContext)
           
 


ModeShape Distribution 3.0.0.Beta4

Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.