Based on the tf-idf weighting, how can we use the result of the term in the practice? And how to evaluate the performance of the work using that or how to know it works? Also, I am still confused about the computing of cosine scores.
Why boolean search using AND operations tends to produce high precision but low recall searches, while using OR operators gives low precision but high recall searches?