Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Mufaddal Khumri
Hi, Thats exactly what I am doing currently. Was just wondering if there is a lucene way to do what I am doing using QueryFilter etc. -Thanks. Dan Armbrust wrote: Mufaddal Khumri wrote: When I do a search for example on "batteries" i get 1200+ results. I would like to show the user lets s

Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Mufaddal Khumri
o:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:33 AM To: java-user@lucene.apache.org Subject: get results by relevance, limiting results and then sort the results by some criterion When I do a search for example on "batteries" i get 1200+ results. I would like to show the u

RE: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread John Powers
ee. >> I think I'm just curious why getting rid of some that could (in a new >> sort) be of higher relevance is a good thing. >> >> -----Original Message- >> From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: >> Tuesday, February 21, 2006 10:33 AM

Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Dan Armbrust
Mufaddal Khumri wrote: When I do a search for example on "batteries" i get 1200+ results. I would like to show the user lets say 300. I can do that by only extracting the first 300 hits (sorted by decreasing relevance by default) and displaying those to the user. If you are only talking ab

Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Otis Gospodnetic
: Mufaddal Khumri <[EMAIL PROTECTED]> To: java-user@lucene.apache.org Sent: Tue 21 Feb 2006 11:33:22 AM EST Subject: get results by relevance, limiting results and then sort the results by some criterion When I do a search for example on "batteries" i get 1200+ results. I would like

RE: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread John Powers
ll the primary pens and pencils, which makes sense. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 12:02 PM To: java-user@lucene.apache.org Subject: Re: get results by relevance, limiting results and then sort the results by some criteri

Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Mufaddal Khumri
to see. I think I'm just curious why getting rid of some that could (in a new sort) be of higher relevance is a good thing. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:33 AM To: java-user@lucene.apache.org Subject: g

Re: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Mufaddal Khumri
D] Sent: Tuesday, February 21, 2006 10:33 AM To: java-user@lucene.apache.org Subject: get results by relevance, limiting results and then sort the results by some criterion When I do a search for example on "batteries" i get 1200+ results. I would like to show the user lets say 300

RE: get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread John Powers
rious why getting rid of some that could (in a new sort) be of higher relevance is a good thing. -Original Message- From: Mufaddal Khumri [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 21, 2006 10:33 AM To: java-user@lucene.apache.org Subject: get results by relevance, limiting r

get results by relevance, limiting results and then sort the results by some criterion

2006-02-21 Thread Mufaddal Khumri
When I do a search for example on "batteries" i get 1200+ results. I would like to show the user lets say 300. I can do that by only extracting the first 300 hits (sorted by decreasing relevance by default) and displaying those to the user. Now on the search results page, I have a drop down bo