RE: boost parameter produces garbage hits

2019-04-30 Thread Baloo
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

Re: boost parameter produces garbage hits

2019-04-18 Thread Walter Underwood
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, > >

RE: boost parameter produces garbage hits

2019-04-18 Thread Webster Homer
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

boost parameter produces garbage hits

2019-04-18 Thread Webster Homer
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