: My search application is returning hits ordered by the default relevance. I
: migrated my application from lucene 1.3 to lucene 2.0. I observed that the
: documents are returned with a different order. I tested in using the new
: Scorer (BooleanScorer2) and in using the old scorer class
default order is different between L1 and
L2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Nabble-From: [EMAIL PROTECTED]
Hi,
My search application is returning hits ordered by the default relevance. I
migrated my application from lucene 1.3 to