| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_ANALYZER_CONF |
"camel.component.lucene.analyzer" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_ANALYZER_DOC |
"An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class org.apache.lucene.analysis.Analyzer. Lucene also offers a rich set of analyzers out of the box" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_BASIC_PROPERTY_BINDING_CONF |
"camel.component.lucene.basicPropertyBinding" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_BASIC_PROPERTY_BINDING_DOC |
"Whether the component should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_CONFIG_CONF |
"camel.component.lucene.config" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_CONFIG_DOC |
"To use a shared lucene configuration" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_INDEX_DIR_CONF |
"camel.component.lucene.indexDir" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_INDEX_DIR_DOC |
"A file system directory in which index files are created upon analysis of the document by the specified analyzer" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_LAZY_START_PRODUCER_CONF |
"camel.component.lucene.lazyStartProducer" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_MAX_HITS_CONF |
"camel.component.lucene.maxHits" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_MAX_HITS_DOC |
"An integer value that limits the result set of the search operation" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_SRC_DIR_CONF |
"camel.component.lucene.srcDir" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_SRC_DIR_DOC |
"An optional directory containing files to be used to be analyzed and added to the index at producer startup." |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_ANALYZER_CONF |
"camel.sink.endpoint.analyzer" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_ANALYZER_DOC |
"An Analyzer builds TokenStreams, which analyze text. It thus represents a policy for extracting index terms from text. The value for analyzer can be any class that extends the abstract class org.apache.lucene.analysis.Analyzer. Lucene also offers a rich set of analyzers out of the box" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_BASIC_PROPERTY_BINDING_CONF |
"camel.sink.endpoint.basicPropertyBinding" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_BASIC_PROPERTY_BINDING_DOC |
"Whether the endpoint should use basic property binding (Camel 2.x) or the newer property binding with additional capabilities" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_INDEX_DIR_CONF |
"camel.sink.endpoint.indexDir" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_INDEX_DIR_DOC |
"A file system directory in which index files are created upon analysis of the document by the specified analyzer" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_LAZY_START_PRODUCER_CONF |
"camel.sink.endpoint.lazyStartProducer" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_LAZY_START_PRODUCER_DOC |
"Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel\'s routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing." |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_MAX_HITS_CONF |
"camel.sink.endpoint.maxHits" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_MAX_HITS_DOC |
"An integer value that limits the result set of the search operation" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_SRC_DIR_CONF |
"camel.sink.endpoint.srcDir" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_SRC_DIR_DOC |
"An optional directory containing files to be used to be analyzed and added to the index at producer startup." |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_SYNCHRONOUS_CONF |
"camel.sink.endpoint.synchronous" |
public static final String |
CAMEL_SINK_LUCENE_ENDPOINT_SYNCHRONOUS_DOC |
"Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported)." |
public static final String |
CAMEL_SINK_LUCENE_PATH_HOST_CONF |
"camel.sink.path.host" |
public static final String |
CAMEL_SINK_LUCENE_PATH_HOST_DOC |
"The URL to the lucene server" |
public static final String |
CAMEL_SINK_LUCENE_PATH_OPERATION_CONF |
"camel.sink.path.operation" |
public static final String |
CAMEL_SINK_LUCENE_PATH_OPERATION_DOC |
"Operation to do such as insert or query. One of: [insert] [query]" |
Copyright © 2020 The Apache Software Foundation. All rights reserved.