...
Parameter | Description | Default Value | ||
---|---|---|---|---|
<analytics-lucene-analyzer> | The implementation of the Analytics Lucene Analyzer is defined as a subelement of this parameter. e.g., <implementation>org.apache.lucene.analysis.standard.StandardAnalyzer</implementation> | |||
<indexingThreadCount> | The maximum number of threads used for indexing per node. When | -1 | ||
<shardCount> | The number of batchindex records processed by the node per threadshards the server should maintain per cluster. This fine tunes the scaling nature of the indexing cluster.
| 6 | ||
<shardIndexRecordBatchSize> | The number of batch index records the indexing node should process per each indexing thread . A batch index record An index record contains data of a record batch inserted in a single put operation. This batch can be as high as the event receiver queue data size, which is 10MB by default. Therefore, the highest amount of in-memory record data that an indexing processing thread can have is 10MB * 100. This parameter should be configured to change the maximum amount of memory available to the indexing node based on your requirement. The above implementations can be done by general users and can be plugged in at-will to the server. And allows implementors to provide new, as well as special wrapper implementations on top of existing implementations to provide additional enhanced features such as data encryption, custom auditing etc.. The above two interfaces can be found in | 100 |
Implementation with different database types
...