Can i ask what is the final requirement here ? What are you trying to do ? - just display less results ? you can easily do at search client time, cutting after a certain amount - make search faster returning less results ? This is not going to work, as you need to score all of them as Erick explained.
Function query ( as Mikhail specified) will run on a per document basis ( if I am correct), so if your idea was to speed up the things, this is not going to work. It makes much more sense to refine your system to improve relevancy if your concern is to have more relevant docs. If your concern is just to not show that many pages, you can limit that client side. ----- --------------- Alessandro Benedetti Search Consultant, R&D Software Engineer, Director Sease Ltd. - www.sease.io -- View this message in context: http://lucene.472066.n3.nabble.com/Filtering-results-by-minimum-relevancy-score-tp4329180p4329295.html Sent from the Solr - User mailing list archive at Nabble.com.