: I know that usually one has to index such fields as text with
: the property a > b => lex(text(a)) > lex(text(b)) and devise
: the text(n) transformation appropriately.
:
: What I'm looking for is an enhancement which would eliminate
: the a -> text(a) transformation or simplify it. Is it nece
karl wettin wrote:
>
> 11 maj 2007 kl. 18.16 skrev Stadler Hans-Christian:
>
> > Is there an enhancment/plugin to Lucene which would allow
> > queries like
> >
> > myNumericalField > 100
>
> FunctionQuery might be what you are looking for.
>
> http://issues.apache.org/jira/browse/LUCENE-446
LUCEN
11 maj 2007 kl. 18.16 skrev Stadler Hans-Christian:
Is there an enhancment/plugin to Lucene which would allow
queries like
myNumericalField > 100
FunctionQuery might be what you are looking for.
http://issues.apache.org/jira/browse/LUCENE-446
--
karl
--