Uses of Class
org.apache.camel.component.lucene.LuceneConfiguration
Packages that use LuceneConfiguration
-
Uses of LuceneConfiguration in org.apache.camel.component.lucene
Methods in org.apache.camel.component.lucene that return LuceneConfigurationModifier and TypeMethodDescriptionLuceneComponent.getConfig()LuceneEndpoint.getConfig()LuceneIndexProducer.getConfig()LuceneQueryProducer.getConfig()Methods in org.apache.camel.component.lucene with parameters of type LuceneConfigurationModifier and TypeMethodDescriptionvoidLuceneComponent.setConfig(LuceneConfiguration config) To use a shared lucene configurationvoidLuceneEndpoint.setConfig(LuceneConfiguration config) voidLuceneIndexProducer.setConfig(LuceneConfiguration config) voidLuceneQueryProducer.setConfig(LuceneConfiguration config) Constructors in org.apache.camel.component.lucene with parameters of type LuceneConfigurationModifierConstructorDescriptionLuceneEndpoint(String endpointUri, LuceneComponent component, LuceneConfiguration config) LuceneIndexProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config, LuceneIndexer indexer) LuceneQueryProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config)