Re: Scores With & Without IDF In A Single Search

2020-02-22 Thread Amal S Raj
Thanks for your reply. But I made a grammatical mistake. I meant all documents in a search, not just a single one. Wouldn't using a filter slow down if I need scores for all the documents in the search? On Fri, Feb 21, 2020, 7:37 PM Adrien Grand wrote: > An easy way to do this would be to run t

Re: Scores With & Without IDF In A Single Search

2020-02-21 Thread Adrien Grand
An easy way to do this would be to run two searches with a filter that only matches this document. On Fri, Feb 21, 2020 at 2:39 PM Amal S Raj wrote: > Hi, > > I'd like to retrieve the score with and without IDF for a particular > document in a search. What is a good way to implement this, withou