Return-Path: Delivered-To: apmail-jakarta-lucene-user-archive@www.apache.org Received: (qmail 31006 invoked from network); 31 Oct 2003 08:54:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 31 Oct 2003 08:54:51 -0000 Received: (qmail 40051 invoked by uid 500); 31 Oct 2003 08:54:23 -0000 Delivered-To: apmail-jakarta-lucene-user-archive@jakarta.apache.org Received: (qmail 39739 invoked by uid 500); 31 Oct 2003 08:54:21 -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 39725 invoked from network); 31 Oct 2003 08:54:21 -0000 Received: from unknown (HELO gustavo.imente.com) (62.97.113.150) by daedalus.apache.org with SMTP; 31 Oct 2003 08:54:21 -0000 Received: from imente.com (135.Red-80-36-51.pooles.rima-tde.net [80.36.51.135]) by gustavo.imente.com (Postfix) with ESMTP id 27B88109462 for ; Fri, 31 Oct 2003 09:51:36 +0100 (CET) Message-ID: <3FA222ED.8020707@imente.com> Date: Fri, 31 Oct 2003 09:53:01 +0100 From: Albert Vila Puig User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.5) Gecko/20030925 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lucene Users List Subject: Remove a token from a field Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, Is there a way to remove a token from a document field entry?. For example, I've got a UnStored field in my index and I want to remove a token from this field without doing the delete and add document (because I'm inserting the documents by date and I don't want to loose that sort). Is there an easy way to do that? Has anybody already started implementing it? Any suggestions about if I can do it in an efficient way? Maybe with another deletable file by fields? Any help will be appreciated. Thanks Albert --------------------------------------------------------------------- To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: lucene-user-help@jakarta.apache.org