What is the returned order for documents with identical scores?

Peter

----- Original Message ----- 
From: "Chun, John" <[EMAIL PROTECTED]>
To: "Lucene Users List" <[EMAIL PROTECTED]>
Sent: Friday, January 16, 2004 3:44 PM
Subject: RE: Ordening documents


Results are returned by order of score (highest first), not by the order
they are inserted in the index.

You may find the faq useful, 
http://lucene.sourceforge.net/cgi-bin/faq/faqmanager.cgi
in particular take a look at the 'searching section'.

hth,
-John

-----Original Message-----
From: William W [mailto:[EMAIL PROTECTED] 
Sent: Friday, January 16, 2004 2:34 PM
To: [EMAIL PROTECTED]
Subject: RE: Ordening documents



Hi Folks,

To the order of the result What really matters is ONLY the order in
which 
the information is stored in the index ?

Thanks,
William.



>From: "William W" <[EMAIL PROTECTED]>
>Reply-To: "Lucene Users List" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Ordening documents
>Date: Fri, 16 Jan 2004 19:14:06 +0000
>
>
>Hi folks,
>
>I have some documents
>
>      doc 1 ==>  name="Palm Zire"
>      doc 2 ==>  name="Palm Zilion Zire"
>      doc 3 ==>  name="Palm Test"
>
>I will insert these docs in my index following the order  doc 1, doc 2,

>doc3.
>
>If I execute the query ==> name:Palm
>Witch order will the documents come ?
>
>And if I execute the query ==> name:(Palml Zire) ??
>
>I thougth that the documents would ALWAYS be in the order that I
included 
>in the index.
>
>How will I know the order of the result ?
>
>Thanks,
>William.
>
>_________________________________________________________________
>Find high-speed 'net deals - comparison-shop your local providers here.

>https://broadband.msn.com
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

_________________________________________________________________
Check out the coupons and bargains on MSN Offers! 
http://shopping.msn.com/softcontent/softcontent.aspx?scmId=1418


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to