Boosting query results

2016-07-07 Thread Mark T. Trembley
I have a question about the best way to rank my results based on a score field that can have different values per document and where each document can have different scores based on which term is queried. Essentially what I'm wanting to have happen is provide a list of terms that when matched

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
t2 will boost documents that match that. You can use weights, like bq=B1_ss:Boost2^10 Here is the relationship between fq, q, and bq: fq: selection, does not affect ranking q: selection and ranking bq: does not affect selection, affects ranking wunder Walter Underwood wun...@wunderwood.org http://

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
at is a very complicated design. What are you trying to achieve? Maybe there is a different approach that is simpler. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) On Jul 7, 2016, at 9:26 AM, Mark T. Trembley wrote: That works with static boosts bas

Re: Boosting query results

2016-07-07 Thread Mark T. Trembley
erwood.org http://observer.wunderwood.org/ (my blog) On Jul 7, 2016, at 11:25 AM, Mark T. Trembley wrote: I've found that it is definitely complicated! Essentially what I am attempting to do is boost products based on the number of times that particular product has been selected via h