Hi Otis, is this the same question as http://lucene.472066.n3.nabble.com/Filter-by-relevance-td1837486.html ?
If yes, perhaps something like (http://search-lucene.com/m/4AHNF17wIJW1/) q={!frange l=0.85}query($qq) qq=<the original relevancy query> will help? (BTW, a also would like to specify a custom Collector via API in Solr, possible an issue?) Best regards Karsten in context: http://lucene.472066.n3.nabble.com/How-to-cut-off-hits-with-score-below-threshold-td3219064.html -------- Original-Nachricht -------- > If one wanted to cut off hits whose score is below some threshold (I know, > I know, one doesn't typically want to do this), what are the most elegant > options?