ranking
ranking copied to clipboard
How to use ranking model with Elasticsearch
Hi, I want to use this package with Elasticsearch LTR so that I can use ES rescore function while searching. How can I add this package in Elasticsearch?
you can follow the two-stage retrieval and ranking paradigm where ES does sparse retrieval of candidates and then TRF reranks the candidates.
Hi, Thanks for commenting. Yes that is possible but don't understand how. Currently I use ranklib plug-in in ES to rerank. Is there something like I can do with this? Any article link or details of implementation would be really very helpful.