Uses of Class
org.apache.camel.component.lucene.LuceneConfiguration
-
Packages that use LuceneConfiguration Package Description org.apache.camel.component.lucene -
-
Uses of LuceneConfiguration in org.apache.camel.component.lucene
Methods in org.apache.camel.component.lucene that return LuceneConfiguration Modifier and Type Method Description LuceneConfigurationLuceneComponent. getConfig()LuceneConfigurationLuceneEndpoint. getConfig()LuceneConfigurationLuceneIndexProducer. getConfig()LuceneConfigurationLuceneQueryProducer. getConfig()Methods in org.apache.camel.component.lucene with parameters of type LuceneConfiguration Modifier and Type Method Description voidLuceneComponent. 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 LuceneConfiguration Constructor Description LuceneEndpoint(String endpointUri, LuceneComponent component, LuceneConfiguration config)LuceneIndexProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config, LuceneIndexer indexer)LuceneQueryProducer(org.apache.camel.Endpoint endpoint, LuceneConfiguration config)
-