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
{{ message }}
This repository was archived by the owner on Jan 8, 2019. It is now read-only.
This might be due to us changing from the standard Analyzer/Tokenizer to a slightly modified version of the UAX Email URL tokenizer for "message" and "_all", but clicking "Quick Values" on the message field crashes the system on our large instance (and smaller test and dev).
There are just too many tokens parsed out of each message for the quick values to find.
Ideally, the message field wouldn't have the option to click that button. If a button exists, a user will click it :) So I've had to block that REST API call in the reverse proxy layer and give a DISABLED generic message.
The text was updated successfully, but these errors were encountered:
This might be due to us changing from the standard Analyzer/Tokenizer to a slightly modified version of the UAX Email URL tokenizer for "message" and "_all", but clicking "Quick Values" on the message field crashes the system on our large instance (and smaller test and dev).
There are just too many tokens parsed out of each message for the quick values to find.
Ideally, the message field wouldn't have the option to click that button. If a button exists, a user will click it :) So I've had to block that REST API call in the reverse proxy layer and give a DISABLED generic message.
The text was updated successfully, but these errors were encountered: