Make like behaviour configurable
Description
-
New operator TERM_NOT_WILDCARD in elasticsearch-service project
-
Interpret the OMN like/not-like operator to ElasticSearch TERM_WILDCARD/TERM_NOT_WILDCARD
-
'elasticsearch.properties' file should provide the interpretation option
Installation
For enabling this feature (make the OMN operators LIKE/NOT LIKE searching on the text without tokenizing it), please …
-
Go to elasticsearch.properties and set the following property
es.omn.operator.like.tokenized=false
-
Restart OMN Search
It is enabled (true) by default because it is the normal (previous) behavior.