Re: Limiting results based on score

2007-03-13 Thread Corey Tisdale
Thanks! Corey On Mar 13, 2007, at 4:24 PM, Chris Hostetter wrote: short answer: No long answer: You could with a custom request handler but it would be meaningless. There are more details on this in the LUcene FAQ which has few pointers to past discussions on the lucene java mailing lists

Re: Limiting results based on score

2007-03-13 Thread Chris Hostetter
short answer: No long answer: You could with a custom request handler but it would be meaningless. There are more details on this in the LUcene FAQ which has few pointers to past discussions on the lucene java mailing lists (there are many, MANY more discussions about this in the lucene archives

Limiting results based on score

2007-03-13 Thread Corey Tisdale
Is there a way to specify that you only want results with a score greater than x? I've noticed that when two generic words mean something specific if seen together, I get good results with a high score but thousands of not-so-relevent results below score x. This is only a problem when sorti