dantuzi opened a new pull request, #12433: URL: https://github.com/apache/lucene/pull/12433
### Description This is the follow-up of https://github.com/apache/lucene/pull/12169 In the Word2VecSynonymFilter, when we extract the synonyms of a term, we have the cosine similarity between the vector associated with the original term and the vector associated with the synonym. The higher the cosine similarity is, the closer the meaning of the two terms. In this PR we want to add the possibility of using the similarity value as a boost for synonym terms -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org