Search return exact matches

What is the proper way to eliminate non matching terms, IE elastic is
returning F-450, E-150 when searching F-150. Thanks

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

Without knowing your mapping I would guess this is down to tokenizing, as
the string probably is split into F and 150. I would try to set the field
you are searching on to not analyzed, that should solve your problem.

Am Montag, 4. Februar 2013 18:57:10 UTC+1 schrieb Aaron Rosenthal:

What is the proper way to eliminate non matching terms, IE elastic is
returning F-450, E-150 when searching F-150. Thanks

--
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.
For more options, visit https://groups.google.com/groups/opt_out.