Cocktail: Text Search Algorithm
Last update: 2022/04/02.
References
Basic
- Select candidates with an inverted index;
- Filter, and score candidates;
Forward
- Consider relation between words (e.g. phonology, synonyms, ...);
- Workaround typos in the query;
Beyond
- Search, exploration, research experience;
- Something something fake.