Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Commit cbaf770

Browse files
committed
Tiny fixes
1 parent 4699f09 commit cbaf770

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/ism/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parent: Index State Management
55
nav_order: 4
66
---
77

8-
# Settings
8+
# ISM Settings
99

1010
We don't recommend changing these settings; the defaults should work well for most use cases.
1111

docs/knn/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PUT my-index
4141

4242
The `knn_vector` data type supports a single list of up to 10,000 floats, with the number of floats defined by the required dimension parameter.
4343

44-
In Elasticsearch, codecs handle the storage and retrieval of indices. The KNN plugin uses a custom codec to writes vector data to a graph so that the underlying KNN search library can read it.
44+
In Elasticsearch, codecs handle the storage and retrieval of indices. The KNN plugin uses a custom codec to write vector data to a graph so that the underlying KNN search library can read it.
4545
{: .tip }
4646

4747
After you create the index, add some data to it:

docs/knn/settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parent: KNN
55
nav_order: 10
66
---
77

8-
# Settings
8+
# KNN Settings
99

1010
The KNN plugin adds several new index settings, cluster settings, and statistics.
1111

0 commit comments

Comments
 (0)