You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible If a field is analyzed (tokenized, lowercased) in Elasticsearch, we also add the original value in a .raw field. This field is not accessible though the query language though. Some string fields such as MSDs needs more options, for example:
exact matching
regexp matching "JJ\.POS\..*\.SIN\.DEF\..*"
Also we should stop running the standard tokenizer on fields that do not produce meaningful tokens, such as msd, lemgram, saldo id and possibly a lot more fields.
The text was updated successfully, but these errors were encountered:
Currently it is not possible If a field is analyzed (tokenized, lowercased) in Elasticsearch, we also add the original value in a
.raw
field. This field is not accessible though the query language though. Some string fields such as MSDs needs more options, for example:"JJ\.POS\..*\.SIN\.DEF\..*"
Also we should stop running the standard tokenizer on fields that do not produce meaningful tokens, such as msd, lemgram, saldo id and possibly a lot more fields.
The text was updated successfully, but these errors were encountered: