Re: Limit by score? sort by other field

2011-11-01 Thread Chris Hostetter
: Sounds like a custom sorting collector would work - one that throws away : docs with less than some minimum score, so that it only collects/sorts did you look at the example query Karsten mentioned (and also discussedin the linked thread) there is no need for a custom collector to do this, y

Re: Limit by score? sort by other field

2011-10-27 Thread Jason Toy
; So will >> sort=date+desc&q={!frange l=0.85}query($qq) >> qq= >> help? >> >> >> Best regards >> Karsten >> >> Original-Nachricht ---- >>> Datum: Thu, 27 Oct 2011 12:30:31 +0100 >>> Von: Robert Brown &g

Re: Limit by score? sort by other field

2011-10-27 Thread Robert Stewart
Datum: Thu, 27 Oct 2011 12:30:31 +0100 >> Von: Robert Brown >> An: solr-user@lucene.apache.org >> Betreff: Limit by score? sort by other field > >> When we display search results to our users we include a percentage >> score. >> >> Top result bein

Re: Limit by score? sort by other field

2011-10-27 Thread Robert Stewart
l=0.85}query($qq) > qq= > help? > > > Best regards > Karsten > > Original-Nachricht >> Datum: Thu, 27 Oct 2011 12:30:31 +0100 >> Von: Robert Brown >> An: solr-user@lucene.apache.org >> Betreff: Limit by score? sort by other

Re: Limit by score? sort by other field

2011-10-27 Thread karsten-solr
sten Original-Nachricht > Datum: Thu, 27 Oct 2011 12:30:31 +0100 > Von: Robert Brown > An: solr-user@lucene.apache.org > Betreff: Limit by score? sort by other field > When we display search results to our users we include a percentage > score. > > Top

Limit by score? sort by other field

2011-10-27 Thread Robert Brown
When we display search results to our users we include a percentage score. Top result being 100%, then all others normalised based on the maxScore, calculated outside of Solr. We now want to limit returned docs with a percentage score higher than say, 50%. e.g. We want to search but only r