Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-24 Thread Troy Collinsworth
Thanks, that worked perfectly and is far simpler than extending DefaultSimilarity which I did last night. Hope this helps others who are trying to implement recommendation. The Solr in Action book gives a great start on recommendation, but lacks important details on collaborative filtering impleme

Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-23 Thread Yonik Seeley
On Sat, May 23, 2015 at 1:29 PM, Troy Collinsworth wrote: > While trying to query a multivalued String field for multiple values, when > any one value matches the score is higher for the lower value and lower for > the higher. I swapped the value order and it had no affect so it isn't > positional

Re: Multivalued OR query with equal score/rankings when any one value matches

2015-05-23 Thread Troy Collinsworth
> > Thanks, that was it. Being new to this I wouldn't have thought of that. > > docfreq for 890 is 12 > docfreq for 931 is 19 > > I found this post > > on how to disable idf which I will try. > > -Troy >

Multivalued OR query with equal score/rankings when any one value matches

2015-05-23 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched

Multivalued OR query with equal score/rankings when any one value matches

2015-05-22 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched

Multivalued OR query with equal score/rankings when any one value matches

2015-05-22 Thread Troy Collinsworth
While trying to query a multivalued String field for multiple values, when any one value matches the score is higher for the lower value and lower for the higher. I swapped the value order and it had no affect so it isn't positional. I want the score to be the same irrespective of the value matched