Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 57220 invoked from network); 2 Jun 2005 16:51:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Jun 2005 16:51:14 -0000 Received: (qmail 8197 invoked by uid 500); 2 Jun 2005 16:51:10 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 8173 invoked by uid 500); 2 Jun 2005 16:51:09 -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 8159 invoked by uid 99); 2 Jun 2005 16:51:09 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from rwcrmhc11.comcast.net (HELO rwcrmhc11.comcast.net) (204.127.198.35) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 02 Jun 2005 09:51:07 -0700 Received: from [192.168.168.81] (c-24-5-160-217.hsd1.ca.comcast.net[24.5.160.217]) by comcast.net (rwcrmhc11) with ESMTP id <20050602165058013004kbh1e>; Thu, 2 Jun 2005 16:50:58 +0000 Message-ID: <429F38F1.7040904@apache.org> Date: Thu, 02 Jun 2005 09:50:57 -0700 From: Doug Cutting User-Agent: Mozilla Thunderbird 1.0.2-1.3.3 (X11/20050513) X-Accept-Language: en-us, en MIME-Version: 1.0 To: java-dev@lucene.apache.org Subject: Re: FieldCache parser References: <42810728.3070105@apache.org> In-Reply-To: <42810728.3070105@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Doug Cutting wrote: > Attached is a patch that makes it possible to supply a user-specified > parser to FieldCache. For example, one might use this to process a date > field as ints even if was not indexed as a decimal integer. As there were no objections, I have committed this patch. Doug --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org