Sorry, no you cannot downgrade! ----- Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: [email protected]
> -----Original Message----- > From: Jamie [mailto:[email protected]] > Sent: Wednesday, July 16, 2014 12:14 PM > To: [email protected] > Subject: Re: lucene 4.0.0 range query broken? > > Uwe > > is there anyway we can downgrade to 3.8.1 while being able to read indexes > created from 4.0.0? > > On 2014/07/16, 11:45 AM, Uwe Schindler wrote: > > If you index as a long field, you have to use NumericRangeQuery to query. > A simple TermRangeQuery as created by QueryParser does not work, > because it cannot handle numeric fields. > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
