Hello Binh

I used elasticsearch-river-mongo plugin.

How to modify this index??
Thanks for your reply



Binh Ly於 2014年2月26日星期三UTC+8下午11時03分29秒寫道:
>
> You'll likely need that field to be unanalyzed (i.e. tell ES not to cut it 
> up in the index). One way is to predefine that field in your mapping as:
>
> "user": {
> "type": "string",
> "index": "not_analyzed"
> }
>
> More details here:
>
>
> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/mapping-core-types.html
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/96a3b201-adef-4fc8-95da-96633ffa6112%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to