Uses of Interface
org.apache.camel.builder.component.dsl.LuceneComponentBuilderFactory.LuceneComponentBuilder
Packages that use LuceneComponentBuilderFactory.LuceneComponentBuilder
-
Uses of LuceneComponentBuilderFactory.LuceneComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return LuceneComponentBuilderFactory.LuceneComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.lucene()Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases. -
Uses of LuceneComponentBuilderFactory.LuceneComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement LuceneComponentBuilderFactory.LuceneComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return LuceneComponentBuilderFactory.LuceneComponentBuilderModifier and TypeMethodDescriptionLuceneComponentBuilderFactory.LuceneComponentBuilder.analyzer(org.apache.lucene.analysis.Analyzer analyzer) An Analyzer builds TokenStreams, which analyze text.LuceneComponentBuilderFactory.LuceneComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.LuceneComponentBuilderFactory.LuceneComponentBuilder.config(org.apache.camel.component.lucene.LuceneConfiguration config) To use a shared lucene configuration.A file system directory in which index files are created upon analysis of the document by the specified analyzer.LuceneComponentBuilderFactory.LuceneComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).LuceneComponentBuilderFactory.lucene()Lucene (camel-lucene) Perform inserts or queries against Apache Lucene databases.LuceneComponentBuilderFactory.LuceneComponentBuilder.maxHits(int maxHits) An integer value that limits the result set of the search operation.An optional directory containing files to be used to be analyzed and added to the index at producer startup.