Commit 20f06110 authored by Dylan Griffith's avatar Dylan Griffith Committed by Dmitry Gruzd

Remove out of date Elasticsearch docs

This edgeNgram was removed in
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/32771 and should
have been removed from the docs
parent d35a199f
......@@ -113,10 +113,6 @@ Patterns:
- `'\.([^.]+)(?=\.|\s|\Z)'`: separate terms with periods in-between
- `'([\p{L}_.-]+)'` : some common chars in file names to keep the whole filename intact (eg. `my_file-ñame.txt`)
#### `edgeNGram_filter`
Uses an [Edge NGram token filter](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/analysis-edgengram-tokenfilter.html) to allow inputs with only parts of a token to find the token. For example it would turn `glasses` into permutations starting with `gl` and ending with `glasses`, which would allow a search for "`glass`" to find the original token `glasses`
## Gotchas
- Searches can have their own analyzers. Remember to check when editing analyzers
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment