Uses of Class
org.modeshape.search.lucene.IndexRules

Packages that use IndexRules
org.modeshape.search.lucene An implementation of the SearchEngine interface that uses the Lucene library. 
 

Uses of IndexRules in org.modeshape.search.lucene
 

Fields in org.modeshape.search.lucene declared as IndexRules
static IndexRules LuceneSearchEngine.DEFAULT_RULES
          The default set of IndexRules used by LuceneSearchEngine instances when no rules are provided.
 

Methods in org.modeshape.search.lucene that return IndexRules
 IndexRules IndexRules.Builder.build()
          Build the indexing rules.
 IndexRules LuceneSearchWorkspace.getRules()
           
 IndexRules IndexRules.Factory.getRules()
           
 IndexRules IndexRules.FixedFactory.getRules()
          
 

Methods in org.modeshape.search.lucene with parameters of type IndexRules
static IndexRules.Builder IndexRules.createBuilder(IndexRules initialRules)
          Return a new builder that can be used to create IndexRules objects.
 

Constructors in org.modeshape.search.lucene with parameters of type IndexRules
IndexRules.FixedFactory(IndexRules rules)
           
LuceneSearchEngine(String sourceName, RepositoryConnectionFactory connectionFactory, boolean verifyWorkspaceInSource, int maxDepthPerIndexRead, File indexStorageDirectory, IndexRules rules, org.apache.lucene.analysis.Analyzer analyzer)
          Create a new instance of a SearchEngine that uses Lucene and a two-index design, and that stores the indexes in the supplied directory.
LuceneSearchEngine(String sourceName, RepositoryConnectionFactory connectionFactory, boolean verifyWorkspaceInSource, int maxDepthPerIndexRead, IndexRules rules, org.apache.lucene.analysis.Analyzer analyzer)
          Create a new instance of a SearchEngine that uses Lucene and a two-index design, and that stores the Lucene indexes in memory.
 



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