Does Elastic Search has a utility that gives me token from a long search string with text, spaces, quotes, special chars etc? Or do I need to use a StringToeknizer and parse the string manually?
Example hello world sip=1.22.3.4 host='abc xyz' 'dPort=123' "Mary's Lamb"
So the above should give me results of
hello
world
sip=1.2.3.4
host=abc xyz
dPort=123
Mary's Lamb
Does Elastic Search has a utility that gives me token from a long search
string with text, spaces, quotes, special chars etc? Or do I need to use a
StringToeknizer and parse the string manually?
Example hello world sip=1.22.3.4 host='abc xyz' 'dPort=123' "Mary's Lamb"
So the above should give me results of
hello
world
sip=1.2.3.4
host=abc xyz
dPort=123
Mary's Lamb
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.