Could you GIST a full SENSE script which helps to reproduce your issue?
-- David Pilato | Technical Advocate | elasticsearch.com [email protected] @dadoonet | @elasticsearchfr | @scrutmydocs Le 19 septembre 2014 à 14:06:04, Hari Rajaonarifetra ([email protected]) a écrit: Thanks for your answer. GET /ville/_mapping gives this : { "my_project": { "mappings": { "ville": { "_meta": { "model": "MyProject\ReferenceBundle\Entity\Ville" }, "properties": { "ville_cp": { "type": "string", "index": "not_analyzed", "store": true }, "ville_id": { "type": "long" }, "ville_nom": { "type": "string", "store": true, "index_analyzer": "cities_index_analyzer", "search_analyzer": "cities_search_analyzer" } } } } } } -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4ff68968-2d01-41cb-96be-deb51ebc4119%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/etPan.541c1cb9.643c9869.1f5f%40MacBook-Air-de-David.local. For more options, visit https://groups.google.com/d/optout.
