Uses of Interface
org.apache.jackrabbit.core.query.lucene.IndexingConfiguration
-
Packages that use IndexingConfiguration Package Description org.apache.jackrabbit.core.query.lucene -
-
Uses of IndexingConfiguration in org.apache.jackrabbit.core.query.lucene
Classes in org.apache.jackrabbit.core.query.lucene that implement IndexingConfiguration Modifier and Type Class Description classIndexingConfigurationImplIndexingConfigurationImplimplements a concrete indexing configuration.Fields in org.apache.jackrabbit.core.query.lucene declared as IndexingConfiguration Modifier and Type Field Description protected IndexingConfigurationNodeIndexer. indexingConfigThe indexing configuration ornullif none is available.Methods in org.apache.jackrabbit.core.query.lucene that return IndexingConfiguration Modifier and Type Method Description protected IndexingConfigurationSearchIndex. createIndexingConfiguration(NamespaceMappings namespaceMappings)IndexingConfigurationSearchIndex. getIndexingConfig()Methods in org.apache.jackrabbit.core.query.lucene with parameters of type IndexingConfiguration Modifier and Type Method Description protected voidJackrabbitAnalyzer. setIndexingConfig(IndexingConfiguration indexingConfig)A param indexingConfig the indexing configuration.voidNodeIndexer. setIndexingConfiguration(IndexingConfiguration config)Sets the indexing configuration for this node indexer.
-