Typesense does not weight tokens in a query like l...
# community-help
k
Typesense does not weight tokens in a query like lucene which uses an algorithm like tf-idf. This is because Typesense is typically used for searching on short strings where the tf idf score is as meaningful. We instead compute a text score that considers the proximity of tokens, how many query tokens are present, typos etc.