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=fieldvalue.    For example, when field "x" is
specified, I actually need just a slice of field "generic" starting
with "x="

For the latter, I suppose my best current bet is to create my own
FieldCache implementation and change FieldCache.DEFAULT?

-Yonik  

On 5/10/05, Doug Cutting <[EMAIL PROTECTED]> 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.
> 
> Comments?
> 
> Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to