Best way to replace abbreviated words in a search (e.g. : "av" for "avenue")

Hello everyone,

I'm doing a REST application that allows users to search on addresses
indexed in ElasticSearch.
To increase its effectiveness, I have to find results on abbreviated words
(eg : "str" for "street", "av" for "avenue" ...)

I'm not sure how to do that, is there a tool in ElasticSearch dedicated to
this kind of functionality ?
Somebody can help me with that ? : )

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/52eaec5e-463f-4bac-a23e-fe8bb9fc91a5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

I have successfully used a Synonym Token Filter to do this, but I had access to a nice file of street type synonyms.

http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-synonym-tokenfilter.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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/56ba7e30-7490-4584-b906-754285a5d179%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

This is probably what I need !
Thank you very much David.

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/82fa1bf2-68a4-4c2d-ace2-28f6d2256602%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.