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
Certain fields want to retain the original String provided by the client, but still be able to search on any cased permutation of that String. However, they don't want the expense of ElasticSearch when this can probably be easily provided by Titan exact match where the indexing is into a toLowerCase() representation of the String.