To answer your question "Why does the boost parameter return garbage hits
with 0 score?"
>> Syntax for Solr's query function is query(subquery, default) it returns
>> the score for the given subquery, or the default value for documents not
>> matching the query. In your case for the documents wher
e want, that use case does not
> involve using the query function though.
>
> -Original Message-
> From: Webster Homer
> Sent: Thursday, April 18, 2019 12:16 PM
> To: solr-user@lucene.apache.org
> Subject: boost parameter produces garbage hits
>
> Hi,
>
>
18, 2019 12:16 PM
To: solr-user@lucene.apache.org
Subject: boost parameter produces garbage hits
Hi,
I am trying to understand how the boost (and bq) parameters are supposed to
work.
My application searches our product schema and returns the best matches. To
enable an exactish match on product
Hi,
I am trying to understand how the boost (and bq) parameters are supposed to
work.
My application searches our product schema and returns the best matches. To
enable an exactish match on product name we created fields that are minimally
tokenized (keyword tokenizer/lowercase). Now I want the