indices.asciidoc 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. [[modules-indices]]
  2. == Indices
  3. The indices module controls index-related settings that are globally managed
  4. for all indices, rather than being configurable at a per-index level.
  5. Available settings include:
  6. <<circuit-breaker,Circuit breaker>>::
  7. Circuit breakers set limits on memory usage to avoid out of memory exceptions.
  8. <<modules-fielddata,Fielddata cache>>::
  9. Set limits on the amount of heap used by the in-memory fielddata cache.
  10. <<query-cache,Node query cache>>::
  11. Configure the amount heap used to cache queries results.
  12. <<indexing-buffer,Indexing buffer>>::
  13. Control the size of the buffer allocated to the indexing process.
  14. <<shard-request-cache,Shard request cache>>::
  15. Control the behaviour of the shard-level request cache.
  16. <<recovery,Recovery>>::
  17. Control the resource limits on the shard recovery process.
  18. include::indices/circuit_breaker.asciidoc[]
  19. include::indices/fielddata.asciidoc[]
  20. include::indices/query_cache.asciidoc[]
  21. include::indices/indexing_buffer.asciidoc[]
  22. include::indices/request_cache.asciidoc[]
  23. include::indices/recovery.asciidoc[]