How does shingle filter work on match_phrase in query phase? 

After analyzing phrase "t1 t2 t3", shingle filter produced five tokens, 
  t1
  t2
  t3
  "t1 t2"
  "t2 t3"

Will match_phrase still give "t1 t2 t3" a match? How it works? Thank you.

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/33889bbd-9b01-4414-b579-4e625f0eec17%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to