>
> Thanks for your answer.
>
>
GET /ville/_mapping gives this :
1. {
"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.