The query_string parameter analyze_wildcard is off by default.
We are considering to turn it on for better search results, but are concerned about the performance impact.
Anyone have experience on this? Recommendation?
Thanks
The query_string parameter analyze_wildcard is off by default.
We are considering to turn it on for better search results, but are concerned about the performance impact.
Anyone have experience on this? Recommendation?
Thanks
It just means that the wildcard text will be analyzed, the performance
impact will come from the fact that you use wildcards (regardless of the
analysis or not), as they are very heavy, and usually solved better by
using custom analysis like ngram or stemming.
On Sat, Mar 31, 2012 at 2:03 AM, chimingc jchen@sugarcrm.com wrote:
The query_string parameter analyze_wildcard is off by default.
We are considering to turn it on for better search results, but are
concerned about the performance impact.
Anyone have experience on this? Recommendation?Thanks
--
View this message in context:
http://elasticsearch-users.115913.n3.nabble.com/analyze-wildcard-performance-impact-tp3872254p3872254.html
Sent from the Elasticsearch Users mailing list archive at Nabble.com.
© 2020. All Rights Reserved - Elasticsearch
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.