Elasticsearch does not working with number match

             if i want to search price=53. it retrieve all prices 

having 53,536,5329 .....................so on. is there any query or filter
for only retrieves exactly objects having price=53

--
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/d6c334da-73e0-4484-addf-c6289bc75e85%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

You likely are doing string matching because the data was ingested as a
string. Take a look at the following they should clear things up for you.

http://www.elastic.co/guide/en/elasticsearch/reference/1.x/mapping.html
http://www.elastic.co/guide/en/elasticsearch/reference/1.x/mapping-core-types.html#number

On Friday, April 3, 2015 at 10:02:06 AM UTC-6, bairaginath behera wrote:

             if i want to search price=53. it retrieve all prices 

having 53,536,5329 .....................so on. is there any query or filter
for only retrieves exactly objects having price=53

--
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/5b7c01e0-1bf7-4999-b32f-91b2448e37ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.