Re: Per-User Sorting on an ExternalFileField

2012-04-26 Thread Phill Tornroth
So, I did just issue: &sort=sub(my_user_score_field,0)+desc It got me past the error, but still doesn't appear to be actually using the values to sort. Any ideas as to why? Phill On Thu, Apr 26, 2012 at 4:35 PM, Stephane Bailliez wrote: > On Fri, Apr 27, 2012 at 12:07 AM, Ph

Per-User Sorting on an ExternalFileField

2012-04-26 Thread Phill Tornroth
I'm trying pretty hard to come up with a solution that lets me sort by per-user scores that I calculate based on my data. Today, I'm trying to use a combination of ExternalFileField and dynamic fields, where the presumption is that each user might have their own file full of scores. I think the fie

Setting FuzzyConfig's prefixLength ?

2012-04-26 Thread Phill Tornroth
I'd like to change Lucene's FuzzyConfig prefixLength from it's default value of 0. Is there a way to configure that via Solr somehow? I've noticed references on the list to people recompiling lucene from source in order to change this value, and I'm hoping not to need to resort to the same. Thanks

Sorting Index Results by User's Score

2012-03-16 Thread Phill Tornroth
I'm puzzled on whether or not Solr is the right system for solving this problem I've got. I'm using some Solr indexes for autocompletion, and I have a desire to rank the results by their value to the requesting user. Essentially, I'll tally the number of times the user has chosen particular results