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 class
IndexingConfigurationImpl
IndexingConfigurationImpl
implements a concrete indexing configuration.Fields in org.apache.jackrabbit.core.query.lucene declared as IndexingConfiguration Modifier and Type Field Description protected IndexingConfiguration
NodeIndexer. indexingConfig
The indexing configuration ornull
if none is available.Methods in org.apache.jackrabbit.core.query.lucene that return IndexingConfiguration Modifier and Type Method Description protected IndexingConfiguration
SearchIndex. createIndexingConfiguration(NamespaceMappings namespaceMappings)
IndexingConfiguration
SearchIndex. getIndexingConfig()
Methods in org.apache.jackrabbit.core.query.lucene with parameters of type IndexingConfiguration Modifier and Type Method Description protected void
JackrabbitAnalyzer. setIndexingConfig(IndexingConfiguration indexingConfig)
A param indexingConfig the indexing configuration.void
NodeIndexer. setIndexingConfiguration(IndexingConfiguration config)
Sets the indexing configuration for this node indexer.
-