Hi,
I am trying to search substring in specific field using search bar, tried using wild card search but it doesn't work.
Example,
I want to find out all documents where errorcode field in document contains "ERROR" word.
errorcode field contains "Display ERROR", "Search ERROR", "Null ERROR" etc.
Please help here.
OR refer to screenshot below. I only want to search testplan: which contain word "3D". The field testplan is not analyzed.
So what search were you trying in the screenshot above? Are you trying to get only records that have the exact value "3D" or anything that includes "3D" as a substring?
Try 3D* without the double quotes.
Also try asterix3Dasterix again without the double quotes. Replace the asterix with *, for some reason the forums are mangling my response.
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.