RE: Filter by relevance

2010-11-04 Thread Jason Brown
s the overall aim really. Thank You Jason. -Original Message- From: Erick Erickson [mailto:erickerick...@gmail.com] Sent: Wed 03/11/2010 23:15 To: solr-user@lucene.apache.org Subject: Re: Filter by relevance Be aware, though, that relevance isn't absolute, it's only interes

Re: Filter by relevance

2010-11-03 Thread Erick Erickson
Be aware, though, that relevance isn't absolute, it's only interesting #within# a query. And it's then normed between 0 and 1. So picking "a certain value" is rarely doing what you think it will. Limiting to the top N docs is usually more reasonable But this may be an XY problem. What is it yo

Re: Filter by relevance

2010-11-03 Thread Ahmet Arslan
> Is it possible to filter my search > results by relevance? For example, anything below a certain > value shouldn't be returned? > http://search-lucene.com/m/4AHNF17wIJW1/

Filter by relevance

2010-11-03 Thread Jason Brown
Is it possible to filter my search results by relevance? For example, anything below a certain value shouldn't be returned? I also retrieve facet counts in my search queries, so it would be useful if the facet counts also respected the filter on the relevance. Thank You. Jason. If you wish to