Analyze for text=to returns {"tokens":[]}

Can somebody explain me: is this some keyword? hoshould i escape this?

--
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.

This is likely due to the fact that your are using the default analyzer,
which handles "to" as a stopword. Have a look at the documentation to see
how to configure analyzers[1] and stopwords in particular.

[1] http://www.elasticsearch.org/guide/reference/index-modules/analysis/

--
Adrien Grand

--
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.

Thanks, it what i needed

On Friday, June 21, 2013 4:26:20 PM UTC+3, Adrien Grand wrote:

This is likely due to the fact that your are using the default analyzer,
which handles "to" as a stopword. Have a look at the documentation to see
how to configure analyzers[1] and stopwords in particular.

[1] Elasticsearch Platform — Find real-time answers at scale | Elastic

--
Adrien Grand

--
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.