214.3. Spring Boot Auto-Configuration

コンポーネントは、以下に記載される 11 のオプションをサポートします。

名前説明デフォルトタイプ

camel.component.lucene.config.analyzer

Analyzer は、テキストを分析する TokenStreams をビルドします。したがって、テキストから索引用語を展開するためのポリシーを表します。アナライザーの値は、抽象クラス org.apache.lucene.analysis.Analyzer を拡張する任意のクラスにすることができます。Lucene は、すぐに使用できる豊富なアナライザーのセットも提供します

 

アナライザー

camel.component.lucene.config.authority

  

String

camel.component.lucene.config.host

lucene サーバーへの URL

 

String

camel.component.lucene.config.index-directory

指定されたアナライザーによるドキュメントの分析時にインデックスファイルが作成されるファイルシステムディレクトリー

 

File

camel.component.lucene.config.lucene-version

  

Version

camel.component.lucene.config.max-hits

検索操作の結果セットを制限する整数値

 

Integer

camel.component.lucene.config.operation

挿入やクエリーなどの操作。

 

LuceneOperation

camel.component.lucene.config.source-directory

プロデューサの起動時に分析され、インデックスに追加されるために使用されるファイルを含むオプションのディレクトリー。

 

File

camel.component.lucene.config.uri

  

URI

camel.component.lucene.enabled

lucene コンポーネントを有効にする

true

Boolean

camel.component.lucene.resolve-property-placeholders

起動時にコンポーネントがプロパティープレースホルダーを解決するかどうか。String タイプのプロパティーのみがプロパティープレースホルダーを使用できます。

true

Boolean