hi, I am trying implement autosuggest for an ecomm website using elastic. I believe, alongwith returning product links(document matches), the autocomplete must also return most occuring phrases/shingles.
Example, if we have products - Silk Red Shoes, Silk Red Trousers, Cotton Red Shoes, etc. if i write "red", it should show "red", "red shoes", "red trousers".
How can we achieve that?