How to partial match instead of match one word?

assume there are four record

  1. xxxx pizza hut furit
  2. aaa aaa pizza hut
  3. pizza fruit wonder
  4. pizza fruit hut

If a search pizza hut, the four record would be returned, how to just match
pizza furit*?

--
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.

You may wish to use a phrase match with no slop.

On Friday, July 26, 2013 6:27:02 AM UTC-4, BINLEI XUE wrote:

assume there are four record

  1. xxxx pizza hut furit
  2. aaa aaa pizza hut
  3. pizza fruit wonder
  4. pizza fruit hut

If a search pizza hut, the four record would be returned, how to just
match pizza furit*?

--
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.