Hacker News new | ask | show | jobs
by xtracto 4515 days ago
>You need to have a good understanding of how tokenizers and analyzers work to be able to create good results for your data.

This is really important. Creating a proper searching experience with auto-complete which works "just like you want" can be a very painful experience with ES, specially if you are new to ES. It bite me some time ago when I was trying to achieve just that.

1 comments

Care to elaborate? What were the steps you had to go through?