Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 48280 invoked from network); 11 May 2005 01:21:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 May 2005 01:21:04 -0000 Received: (qmail 52130 invoked by uid 500); 11 May 2005 01:24:35 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 52107 invoked by uid 500); 11 May 2005 01:24:34 -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 52090 invoked by uid 99); 11 May 2005 01:24:34 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of yseeley@gmail.com designates 64.233.170.205 as permitted sender) Received: from rproxy.gmail.com (HELO rproxy.gmail.com) (64.233.170.205) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 10 May 2005 18:24:34 -0700 Received: by rproxy.gmail.com with SMTP id b11so1088795rne for ; Tue, 10 May 2005 18:20:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pl/hHlDpqwymJ9evYVSa/n3EUU/DFWW/YSjiXs7EmoqYxqvVq8NJaBAvCpP4jB4pdzliGWvMRXqEC7LOWv/tKsTcPAu2mGqbRu+zxFCFQLixqdpOV2CXHjxxhoegjYGFiRCUcwvta83iG4wx3quCTD7RlmtcGzQEMHbqcQi6GH8= Received: by 10.38.13.44 with SMTP id 44mr2407190rnm; Tue, 10 May 2005 18:20:56 -0700 (PDT) Received: by 10.38.12.53 with HTTP; Tue, 10 May 2005 18:20:56 -0700 (PDT) Message-ID: Date: Tue, 10 May 2005 21:20:56 -0400 From: Yonik Seeley Reply-To: Yonik Seeley To: java-dev@lucene.apache.org Subject: Re: FieldCache parser In-Reply-To: <42810728.3070105@apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <42810728.3070105@apache.org> X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N This does solve one problem I was having. There are still a few issues I still need to solve: - double and long support? - Sorting support for multiple indexed fields mapped onto a single field using fieldname=3Dfieldvalue. For example, when field "x" is specified, I actually need just a slice of field "generic" starting with "x=3D" For the latter, I suppose my best current bet is to create my own FieldCache implementation and change FieldCache.DEFAULT? -Yonik =20 On 5/10/05, 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. >=20 > Comments? >=20 > Doug --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org