You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Doug Cutting <cu...@apache.org> on 2005/06/02 18:50:57 UTC

Re: FieldCache parser

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


Re: FieldCache parser

Posted by Rasik Pandey <rb...@gmail.com>.
Hi Doug,

Based upon your changes I have reworked a contribution for efficient
sorting of "long" values which I submitted some time back numbered
34563 in Bugzilla. Please let me know if you have any questions,
comments, or concerns.

Regards,
Rus

On 6/2/05, Doug Cutting <cu...@apache.org> wrote:
> 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
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org