Re: How to implement cut of score ?

2007-08-13 Thread N. Hira
Donna, If I understand the problem correctly, it is: given a [job description], find [candidates] that we would not otherwise find. That seems to be a "user-weighted similarity" problem more than a simple search problem. IOW: 1. Given a [job description], create a set of queries that look for

Re: How to implement cut of score ?

2007-08-13 Thread Donna L Gresh
Hoss wrote: this would be meaningless even if it were easier... http://wiki.apache.org/lucene-java/LuceneFAQ#head-912c1f237bb00259185353182948e5935f0c2f03 FAQ: "Can I filter by score?" -Hoss I've read the warnings referenced there; but still have a problem to solve. We have "fact-based" infor

Re: How to implement cut of score ?

2007-08-11 Thread Chris Hostetter
: I want to cut of records which has score below a threshold. : : Without DocCollector. this would be meaningless even if it were easier... http://wiki.apache.org/lucene-java/LuceneFAQ#head-912c1f237bb00259185353182948e5935f0c2f03 FAQ: "Can I filter by score?" -Hoss -

How to implement cut of score ?

2007-08-08 Thread Bhavin Pandya
Hi guys, I want to cut of records which has score below a threshold. Without DocCollector. is there any way ??? Thanks. Bhavin pandya