Re: Boost Problem (again), need example !

2010-02-22 Thread Ian Lea
Can't you simply sort by descending score (your score, not lucene's)? Seems to me that would give you what you are asking for. The setBoost() method is unlikely to work consistently because it only infuences the score rather than setting it. If your John Mickeal doc happens to have a higher

RE: Boost Problem (again), need example !

2010-02-22 Thread Uwe Schindler
- From: Ian Lea [mailto:ian@gmail.com] Sent: Monday, February 22, 2010 10:33 AM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! Can't you simply sort by descending score (your score, not lucene's)? Seems to me that would give you what you are asking

RE: Boost Problem (again), need example !

2010-02-22 Thread pdaures
-Original Message- From: Ian Lea [mailto:ian@gmail.com] Sent: Monday, February 22, 2010 10:33 AM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! Can't you simply sort by descending score (your score, not lucene's)? Seems to me that would give you what

Re: Boost Problem (again), need example !

2010-02-22 Thread Ian Lea
AM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! Can't you simply sort by descending score (your score, not lucene's)? Seems to me that would give you what you are asking for. The setBoost() method is unlikely to work consistently because it only

RE: Boost Problem (again), need example !

2010-02-22 Thread Uwe Schindler
] Sent: Monday, February 22, 2010 12:26 PM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! boostField needs to be indexed to be used in the FieldScoreQuery. Are you now using one of the the latest releases that Uwe mentioned, with fixes for CustomScoreQuery

RE: Boost Problem (again), need example !

2010-02-22 Thread pdaures
Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Ian Lea [mailto:ian@gmail.com] Sent: Monday, February 22, 2010 12:26 PM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! boostField needs to be indexed to be used

Re: Boost Problem (again), need example !

2010-02-22 Thread Erick Erickson
-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de -Original Message- From: Ian Lea [mailto:ian@gmail.com] Sent: Monday, February 22, 2010 12:26 PM To: java-user@lucene.apache.org Subject: Re: Boost Problem (again), need example ! boostField needs