ModeShape Distribution 3.0.0.Beta4

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

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

Methods in org.modeshape.jcr.query.lucene that return LuceneQueryFactory
 LuceneQueryFactory LuceneSchema.createLuceneQueryFactory(QueryContext context, org.hibernate.search.SearchFactory searchFactory)
           
 LuceneQueryFactory LuceneProcessingContext.getQueryFactory()
           
 

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

Subclasses of LuceneQueryFactory in org.modeshape.jcr.query.lucene.basic
 class BasicLuceneQueryFactory
          The LuceneQueryFactory customization that produces Query objects based upon the BasicLuceneSchema.
 

Methods in org.modeshape.jcr.query.lucene.basic that return LuceneQueryFactory
 LuceneQueryFactory BasicLuceneSchema.createLuceneQueryFactory(QueryContext context, org.hibernate.search.SearchFactory searchFactory)
           
 


ModeShape Distribution 3.0.0.Beta4

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