Re: Problem: Facets tokenize tags with spaces. Is there a solution?

2014-02-04 Thread mohammad
-tokenize-tags-with-spaces-Is-there-a-solution-tp3651335p4048817.html Sent from the ElasticSearch Users mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups elasticsearch group. To unsubscribe from this group and stop receiving emails from

Re: Problem: Facets tokenize tags with spaces. Is there a solution?

2014-02-04 Thread Jayesh Bhoyar
Hi All, Here is the solution for all of you: 1) You have to define your facet as multi_field value as follows mappings: { data: { properties: { name: { type: multi_field, fields: { name: { type: string, index: