Re: Numerical fields

2007-05-11 Thread Chris Hostetter
: 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

Re: Numerical fields

2007-05-11 Thread Doron Cohen
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

Re: Numerical fields

2007-05-11 Thread karl wettin
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 --