Set the index field to be not_analyzed and then do wildcard query, does it appear low performance?

HI,
Set the index field to be not_analyzed and then do wildcard query, does it
appear low performance? ......Are there any issue to lead it appear low
performance????

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Hello,

Wildcard queries are typically slower than non-wildcard queries. And if you
have a leading wildcard, it's going to be even slower.

The other option is to tweak your
analysishttp://www.elasticsearch.org/guide/reference/index-modules/analysis/settings
for your documents and queries.

Best regards,
Radu

http://sematext.com/ -- Elasticsearch -- Solr -- Lucene

On Wed, Mar 27, 2013 at 3:43 AM, Hoony monkeyboywon@gmail.com wrote:

HI,
Set the index field to be not_analyzed and then do wildcard query, does it
appear low performance? ......Are there any issue to lead it appear low
performance????

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.