Lines 171-178
Link Here
|
171 |
<cxn_pool>Static</cxn_pool> |
171 |
<cxn_pool>Static</cxn_pool> |
172 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to --> |
172 |
<!-- See https://metacpan.org/pod/Search::Elasticsearch#trace_to --> |
173 |
<!-- <trace_to>Stderr</trace_to> --> |
173 |
<!-- <trace_to>Stderr</trace_to> --> |
174 |
<!-- You can specify the maximum chunk size for records when batch processing in Koha --> |
174 |
<!-- You can specify the maximum chunk size for records when batch processing in Koha, default is 5000 --> |
175 |
<!-- <chunk_size>500</chunk_size> --> |
175 |
<!-- <chunk_size>5000</chunk_size> --> |
176 |
</elasticsearch> |
176 |
</elasticsearch> |
177 |
<!-- Uncomment the following line if you want to override the Elasticsearch default index settings --> |
177 |
<!-- Uncomment the following line if you want to override the Elasticsearch default index settings --> |
178 |
<!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> --> |
178 |
<!-- <elasticsearch_index_config>__KOHA_CONF_DIR__/searchengine/elasticsearch/index_config.yaml</elasticsearch_index_config> --> |
179 |
- |
|
|