blob: 501ef55f6f404758086218339e1566a3737f8fed [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.lucene.CamelLuceneSinkConnector",
"artifactId": "camel-lucene-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-lucene-sink",
"type": "sink",
"version": "0.7.3",
"description": "Perform inserts or queries against Apache Lucene databases."
},
"properties": {
"camel.sink.path.host": {
"name": "camel.sink.path.host",
"description": "The URL to the lucene server",
"priority": "HIGH",
"required": "true"
},
"camel.sink.path.operation": {
"name": "camel.sink.path.operation",
"description": "Operation to do such as insert or query. One of: [insert] [query]",
"priority": "HIGH",
"required": "true",
"enum": [
"insert",
"query"
]
},
"camel.sink.endpoint.analyzer": {
"name": "camel.sink.endpoint.analyzer",
"description": "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",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.indexDir": {
"name": "camel.sink.endpoint.indexDir",
"description": "A file system directory in which index files are created upon analysis of the document by the specified analyzer",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.maxHits": {
"name": "camel.sink.endpoint.maxHits",
"description": "An integer value that limits the result set of the search operation",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.srcDir": {
"name": "camel.sink.endpoint.srcDir",
"description": "An optional directory containing files to be used to be analyzed and added to the index at producer startup.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.analyzer": {
"name": "camel.component.lucene.analyzer",
"description": "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",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.indexDir": {
"name": "camel.component.lucene.indexDir",
"description": "A file system directory in which index files are created upon analysis of the document by the specified analyzer",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.lazyStartProducer": {
"name": "camel.component.lucene.lazyStartProducer",
"description": "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.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.maxHits": {
"name": "camel.component.lucene.maxHits",
"description": "An integer value that limits the result set of the search operation",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.srcDir": {
"name": "camel.component.lucene.srcDir",
"description": "An optional directory containing files to be used to be analyzed and added to the index at producer startup.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.autowiredEnabled": {
"name": "camel.component.lucene.autowiredEnabled",
"description": "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.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.lucene.config": {
"name": "camel.component.lucene.config",
"description": "To use a shared lucene configuration",
"priority": "MEDIUM",
"required": "false"
}
}
}