Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Thushara Wijeratna
1:40 PM > > To: java-user@lucene.apache.org > > Subject: Re: Lucene 3.4 : shift bug in possibly invalid use of > > NumericTokenStream > > > > BTW: how can I use NumericUtils.longToPrefixCoded in 4.0 ? > > > > Peter. > > > > --

RE: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Uwe Schindler
eMail: u...@thetaphi.de > -Original Message- > From: Peter Karich [mailto:peat...@yahoo.de] > Sent: Monday, December 19, 2011 1:40 PM > To: java-user@lucene.apache.org > Subject: Re: Lucene 3.4 : shift bug in possibly invalid use of > NumericTokenStream >

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Peter Karich
BTW: how can I use NumericUtils.longToPrefixCoded in 4.0 ? Peter. - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Peter Karich
> I assume it was a bug like noted before? Exactly. Nothing to do with Lucene IMHO Peter. -- http://jetsli.de news reader for geeks - To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-

RE: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Uwe Schindler
(see also > >> http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2011-Marc > >> h/004942.html > >> ) > >> > >> ** ** > >> > >> Otherwise, is all fine, if you remove the numeric field? The code you > >>

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-19 Thread Peter Karich
>> ** ** >> >> -**** >> >> Uwe Schindler >> >> H.-H.-Meier-Allee 63, D-28213 Bremen >> >> http://www.thetaphi.de >> >> eMail: u...@thetaphi.de >> >> ** ** >> >> *From:*

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-18 Thread Thushara Wijeratna
etaphi.de > > ** ** > > *From:* Thushara Wijeratna [mailto:thu...@gmail.com] > *Sent:* Sunday, December 18, 2011 11:17 PM > > *To:* java-user@lucene.apache.org; u...@thetaphi.de > *Subject:* Re: Lucene 3.4 : shift bug in possibly invalid use of > NumericTokenStream >

RE: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-18 Thread Uwe Schindler
.-Meier-Allee 63, D-28213 Bremen <http://www.thetaphi.de/> http://www.thetaphi.de eMail: u...@thetaphi.de From: Thushara Wijeratna [mailto:thu...@gmail.com] Sent: Sunday, December 18, 2011 11:17 PM To: java-user@lucene.apache.org; u...@thetaphi.de Subject: Re: Lucene 3.4 : shift

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-18 Thread Thushara Wijeratna
chindler > H.-H.-Meier-Allee 63, D-28213 Bremen > http://www.thetaphi.de > eMail: u...@thetaphi.de > > > > -Original Message- > > From: Thushara Wijeratna [mailto:thu...@gmail.com] > > Sent: Saturday, December 17, 2011 1:01 AM > > To: j

RE: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-16 Thread Uwe Schindler
e- > From: Thushara Wijeratna [mailto:thu...@gmail.com] > Sent: Saturday, December 17, 2011 1:01 AM > To: java-user@lucene.apache.org; u...@thetaphi.de > Subject: Re: Lucene 3.4 : shift bug in possibly invalid use of > NumericTokenStream > > Yes, there is one. > >

Re: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-16 Thread Thushara Wijeratna
Yes, there is one. This is how the field is being created: new NumericField("timestamp", Field.Store.NO, true); Thus, the field is not stored, but indexed. thx, thushara On Fri, Dec 16, 2011 at 3:28 PM, Uwe Schindler wrote: > Do you have NumericFields? If yes, how are they configured? > > -

RE: Lucene 3.4 : shift bug in possibly invalid use of NumericTokenStream

2011-12-16 Thread Uwe Schindler
Do you have NumericFields? If yes, how are they configured? - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: Thushara Wijeratna [mailto:thu...@gmail.com] > Sent: Saturday, December 17, 2011 12:25 AM > To: