Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 71962 invoked from network); 3 May 2006 16:10:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 3 May 2006 16:10:24 -0000 Received: (qmail 91396 invoked by uid 500); 3 May 2006 16:10:09 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 91353 invoked by uid 500); 3 May 2006 16:10:08 -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 91131 invoked by uid 99); 3 May 2006 16:10:06 -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 09:10:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [207.115.57.32] (HELO ylpvm01.prodigy.net) (207.115.57.32) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 May 2006 09:10:05 -0700 Received: from pimout6-ext.prodigy.net (pimout6-int.prodigy.net [207.115.4.22]) by ylpvm01.prodigy.net (8.12.10 outbound/8.12.10) with ESMTP id k43G9cFm019117 for ; Wed, 3 May 2006 12:09:40 -0400 X-ORBL: [69.228.218.244] Received: from [192.168.168.15] (adsl-69-228-218-244.dsl.pltn13.pacbell.net [69.228.218.244]) by pimout6-ext.prodigy.net (8.13.6 out.dk/8.13.6) with ESMTP id k43G9eAS088394; Wed, 3 May 2006 12:09:41 -0400 Message-ID: <4458D5C3.1040503@apache.org> Date: Wed, 03 May 2006 09:09:39 -0700 From: Doug Cutting User-Agent: Mozilla Thunderbird 1.0.7 (X11/20051013) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: Control over Lucene Index References: <44587B04.7070307@cis.strath.ac.uk> In-Reply-To: <44587B04.7070307@cis.strath.ac.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N You could implement the IndexReader API, then use IndexMerger to write this in Lucene's format. Doug Ralf Bierig wrote: > > 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 > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org