Re: Using MM efficiently to get right number of results

2020-02-13 Thread Erick Erickson
It can be basically any thing you can do with a standard Solr query. > On Feb 13, 2020, at 9:09 AM, Nitin Arora wrote: > > Thanks Erick, a follow-up question for RerankQParser: > How complex can the rerank query itself be? Can we add multiple boost > factors based on different conditions - say,

Re: Using MM efficiently to get right number of results

2020-02-13 Thread Nitin Arora
Thanks Erick, a follow-up question for RerankQParser: How complex can the rerank query itself be? Can we add multiple boost factors based on different conditions - say, if category is X boost by 2, if brand is Y boost by 3, etc.? On Mon, 10 Feb 2020 at 18:12, Erick Erickson wrote: > There isn’t

Re: Using MM efficiently to get right number of results

2020-02-10 Thread Erick Erickson
There isn’t really an “industry standard”, since the reasons someone wants this kind of behavior vary from situation to situation. That said, Solr has RerankQParserPlugin that’s designed for this. Best, Erick > On Feb 10, 2020, at 4:23 AM, Nitin Arora wrote: > > I am looking for an efficient w