Hello,

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?
I can think of 2 options, but I wonder if there are better choices:

1) custom Collector (problem: one can't specify a custom Collector via an API, 
so one would have to modify Solr source code)

2) custom SearchComponent that filters hits with score < threshold (problem: if 
hits are removed from results then too few hits will be returned to the client, 
so one has to either request more rows from Solr or re-request more hits or do 
both to avoid this problem)

Is there something better one can do?

Thanks,
Otis
----
Sematext is hiring Search Engineers -- http://sematext.com/about/jobs.html

Reply via email to