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,
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
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
I am looking for an efficient way for setting the MM(minimum should match)
parameter for my solr search queries. As we go from MM=100% to MM=0%, we
move from lots of zero result queries on one hand to too many irrelevant
results (which may then get boosted by other factors) on the other. I can
thin