Lucene uses the TF/IDF scoring algorithm to give initial relevance scores to each document as served up in a search result. The score is further influenced by how you set up your query parameters and whether or not (and how) you apply boosting techniques. The parameters that influence scoring are... Read more →