|
@@ -114,6 +114,13 @@ The default is `10%` which is often plenty: for example, if you give the JVM
|
|
|
10GB of memory, it will give 1GB to the index buffer, which is enough to host
|
|
|
two shards that are heavily indexing.
|
|
|
|
|
|
+[float]
|
|
|
+=== Disable `_field_names`
|
|
|
+
|
|
|
+The <<mapping-field-names-field,`_field_names` field>> introduces some
|
|
|
+index-time overhead, so you might want to disable it if you never need to
|
|
|
+run `exists` queries.
|
|
|
+
|
|
|
[float]
|
|
|
=== Additional optimizations
|
|
|
|