blob: 82adf3a62824bdca092a485389da7c4ba556235f [file] [log] [blame]
{
"groups": [
{
"name": "camel.component.lucene",
"type": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.customizer",
"type": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration",
"sourceMethod": "getCustomizer()"
}
],
"properties": [
{
"name": "camel.component.lucene.analyzer",
"type": "org.apache.lucene.analysis.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. The option is a org.apache.lucene.analysis.Analyzer type.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.autowired-enabled",
"type": "java.lang.Boolean",
"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.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration",
"defaultValue": true
},
{
"name": "camel.component.lucene.config",
"type": "org.apache.camel.component.lucene.LuceneConfiguration",
"description": "To use a shared lucene configuration. The option is a org.apache.camel.component.lucene.LuceneConfiguration type.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.customizer.enabled",
"type": "java.lang.Boolean",
"sourceType": "org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon$CustomizerProperties"
},
{
"name": "camel.component.lucene.enabled",
"type": "java.lang.Boolean",
"description": "Whether to enable auto configuration of the lucene component. This is enabled by default.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.index-dir",
"type": "java.io.File",
"description": "A file system directory in which index files are created upon analysis of the document by the specified analyzer",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.lazy-start-producer",
"type": "java.lang.Boolean",
"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.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration",
"defaultValue": false
},
{
"name": "camel.component.lucene.max-hits",
"type": "java.lang.Integer",
"description": "An integer value that limits the result set of the search operation",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
},
{
"name": "camel.component.lucene.src-dir",
"type": "java.io.File",
"description": "An optional directory containing files to be used to be analyzed and added to the index at producer startup.",
"sourceType": "org.apache.camel.component.lucene.springboot.LuceneComponentConfiguration"
}
],
"hints": []
}