Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 41135 invoked from network); 20 Jul 2004 05:28:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 20 Jul 2004 05:28:09 -0000 Received: (qmail 59923 invoked by uid 500); 20 Jul 2004 05:28:01 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 59891 invoked by uid 500); 20 Jul 2004 05:28:00 -0000 Mailing-List: contact lucene-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Lucene Users List" Reply-To: "Lucene Users List" Delivered-To: mailing list lucene-user@jakarta.apache.org Received: (qmail 59875 invoked by uid 99); 20 Jul 2004 05:28:00 -0000 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=HTML_50_60,HTML_MESSAGE X-Spam-Check-By: apache.org Received: from [160.129.50.174] (HELO mailbe04.mc.vanderbilt.edu) (160.129.50.174) by apache.org (qpsmtpd/0.27.1) with ESMTP; Mon, 19 Jul 2004 22:28:00 -0700 x-mimeole: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C46E1A.504F7FA6" Subject: Post-sorted inverted index? Date: Tue, 20 Jul 2004 00:27:56 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Post-sorted inverted index? Thread-Index: AcRuGlA+6zeC1zaVQU2Vc7JordwLmg== From: "Aphinyanaphongs, Yindalon" To: X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C46E1A.504F7FA6 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable I gather from reading the documentation that the scores for each = document hit are computed at query time. I have an application that, = due to the complexity of the function, cannot compute scores at query = time. Would it be possible for me to store the documents in pre-sorted = order in the inverted index? (i.e. after the initial index is created, = to have a post processing step to sort and reindex the final documents). =20 For example: Document A - score 0.2 Document B - score 0.4 Document C - score 0.6 =20 Thus for the word 'the', the stored order in the index would be C,B,A. =20 Thanks! ------_=_NextPart_001_01C46E1A.504F7FA6--