Class LuceneComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration
@ConfigurationProperties(prefix="camel.component.lucene")
public class LuceneComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Perform inserts or queries against Apache Lucene databases.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.Analyzerorg.apache.camel.component.lucene.LuceneConfigurationvoidsetAnalyzer(org.apache.lucene.analysis.Analyzer analyzer) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetConfig(org.apache.camel.component.lucene.LuceneConfiguration config) voidsetIndexDir(File indexDir) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetMaxHits(Integer maxHits) voidMethods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
LuceneComponentConfiguration
public LuceneComponentConfiguration()
-
-
Method Details
-
getAnalyzer
public org.apache.lucene.analysis.Analyzer getAnalyzer() -
setAnalyzer
public void setAnalyzer(org.apache.lucene.analysis.Analyzer analyzer) -
getIndexDir
-
setIndexDir
-
getLazyStartProducer
-
setLazyStartProducer
-
getMaxHits
-
setMaxHits
-
getSrcDir
-
setSrcDir
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getConfig
public org.apache.camel.component.lucene.LuceneConfiguration getConfig() -
setConfig
public void setConfig(org.apache.camel.component.lucene.LuceneConfiguration config)
-