I have issue, I need to run exact search with wildcard using "query_string". how can i do so? the query looks like this. this query returns "0" results
You're using a match_phrase query so the quotes are not needed. This query does not handle wildcard so ? is treated as any other character.
If you want to perform a wildcard in a phrase query you'll have to use the span queries:
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.