William,

The order of the results are going to be based on how well they match the query (i.e. weighted by relevancy). So although all of those values contain the term "Palm", I would assume you would get the shorter entries (i.e. 1 & 3) before the longer ones (2) as they have a higher percentage of "palmness". Same goes for the second query (it is a better match for 1, than 2). If you want the documents to come back in their document order, you would need to sort the results yourself.

-Mike

At 02:33 PM 1/16/2004, you wrote:

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]



Reply via email to