Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 29962 invoked from network); 3 May 2006 09:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 09:42:57 -0000 Received: (qmail 43600 invoked by uid 500); 3 May 2006 09:42:52 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 43552 invoked by uid 500); 3 May 2006 09:42:52 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 43539 invoked by uid 99); 3 May 2006 09:42:51 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 02:42:51 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [130.159.196.96] (HELO smtphost.cis.strath.ac.uk) (130.159.196.96) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 02:42:51 -0700 Received: from [130.159.184.150] (lap-ralf.cis.strath.ac.uk [130.159.184.150]) by smtphost.cis.strath.ac.uk (8.13.4/8.13.4/Debian-3sarge1) with ESMTP id k439gSUc009889 for ; Wed, 3 May 2006 10:42:28 +0100 Message-ID: <44587B04.7070307@cis.strath.ac.uk> Date: Wed, 03 May 2006 10:42:28 +0100 From: Ralf Bierig User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Developer Subject: Control over Lucene Index Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-CIS-MailScanner: Found to be clean X-CIS-MailScanner-SpamCheck: not spam (whitelisted), SpamAssassin (score=0.029, required 6, autolearn=disabled, AWL 0.03) X-CIS-MailScanner-From: ralf@cis.strath.ac.uk X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, in the context of a distributed information retrieval project, we would like to use Lucene for its indexing capabilities but not for retrieval. In particular, we would like to populate a Lucene index with the tokens and statistics already computed by an external indexer, thereby bypassing the document-based parsing, analysis, and ingestion into the index which characterises Lucene's standard workflow. Is this possible? That is, is it possible to feed precomputed statistics into a Lucene's index? And is it possible to have control on what statistics are associated with each document (as we will not use Lucene for retrieval we are not interested in complying with the statistics it needs to perform a search). Any help greatly appreciated, many thanks. Cheers, --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org