-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added documentation for the plugins.query.field_type_tolerance setting (
#1300) (#3118) Signed-off-by: Norman Jordan <[email protected]> (cherry picked from commit 9bb4c08) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
c509759
commit 2201bf4
Showing
3 changed files
with
92 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{"id": 1, "long_array": [1, 2]} | ||
{"id": 2, "long_array": [3, 4]} | ||
{"id": 3, "long_array": [1, 5]} | ||
{"id": 4, "long_array": [1, 2]} | ||
{"id": 5, "long_array": [2, 3]} |