|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IndexRules.Factory | |
---|---|
org.modeshape.search.lucene | An implementation of the SearchEngine interface that uses the Lucene library. |
Uses of IndexRules.Factory in org.modeshape.search.lucene |
---|
Classes in org.modeshape.search.lucene that implement IndexRules.Factory | |
---|---|
static class |
IndexRules.FixedFactory
A simple IndexRules.Factory that always returns the same IndexRules . |
Fields in org.modeshape.search.lucene declared as IndexRules.Factory | |
---|---|
protected static IndexRules.Factory |
LuceneSearchEngine.DEFAULT_RULES_FACTORY
|
protected IndexRules.Factory |
LuceneSearchWorkspace.rulesFactory
|
Constructors in org.modeshape.search.lucene with parameters of type IndexRules.Factory | |
---|---|
LuceneSearchEngine(String sourceName,
RepositoryConnectionFactory connectionFactory,
boolean verifyWorkspaceInSource,
int maxDepthPerIndexRead,
LuceneConfiguration configuration,
IndexRules.Factory rulesFactory,
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 using
the supplied LuceneConfiguration . |
|
LuceneSearchWorkspace(String workspaceName,
LuceneConfiguration configuration,
IndexRules.Factory rulesFactory,
org.apache.lucene.analysis.Analyzer analyzer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |