Typo in filename & NGram Filter TokenChars query #1012
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
NGram Filter TokenChars query (Unknown if required) @Mpdreamz
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-ngram-tokenfilter.html doesnt display the token_chars as an option but it's used in various articles and tracked in various queries on stackoverflow
Full copy of raw query being pushed in the article above here https://gist.github.com/ChrisMcKee/c4cab45080e52e35190a#file-elasticsearch-ngram-tokenchar-poc
Resulting mapping here https://gist.github.com/ChrisMcKee/c4cab45080e52e35190a#file-elasticsearch-ngram-tokenchar-poc-resultant-mapping
Obviously the tokenizer http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-ngram-tokenizer.html#analysis-ngram-tokenizer has it, so this may simply be a case of a common misunderstanding that ES seems to allow/maps in?
Seems right though, luckily Martijn you have the advantage of being able to ask :)