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_AUTOWIRED_ENABLED_CONF |
"camel.component.lucene.autowiredEnabled" |
public static final String |
CAMEL_SINK_LUCENE_COMPONENT_AUTOWIRED_ENABLED_DOC |
"Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc." |
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_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_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]" |