Getting Issue while query Elasticsearch having kstem with edge gram in filter

Pass complete addressline1 as input with match query unable to find the record because of kstem.

  1. We have kstem, lower, edge gram and synonym filter applied on addressline1 field, While creating the index.
  2. for an example -pass addressline1 as input “208 S SYCAMORE ST”
  3. While creating index it creates different keys with addressline1
    2,20,208,s,sy,syc,syca,sycam,sycamo,sycamor,sycamore,s,st
  4. It seems because of stem it was treating each word as plural and not creating key with last letter in word as bold. and not unable to search with full address with exact match

Can someone suggest if it is the right approach to use stemming and edge- gram filter together?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.