, April 15, 2010 2:13 PM
> To: java-user@lucene.apache.org
> Subject: RE: NumericField indexing performance
>
> Hi Tomislav,
>
> when reading your mail its not 100% clear what you did wrong, but I
> think the following occurred (so its no GC problem):
>
> You reused
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Otis Gospodnetic [mailto:otis_gospodne...@yahoo.com]
> Sent: Thursday, April 15, 2010 2:00 PM
> To: java-user@lucene.apache.org
> Subject: Re: NumericField indexing performance
>
> Hi,
>
> I a
adoop ecosystem search :: http://search-hadoop.com/
- Original Message
> From: Tomislav Poljak
> To: java-user@lucene.apache.org
> Sent: Thu, April 15, 2010 7:41:02 AM
> Subject: RE: NumericField indexing performance
>
> Hi Uwe,
thank you very much for your answers. I
.@thetaphi.de
>
>
> > -Original Message-
> > From: Uwe Schindler [mailto:u...@thetaphi.de]
> > Sent: Wednesday, April 14, 2010 11:28 PM
> > To: java-user@lucene.apache.org
> > Subject: RE: NumericField indexing performance
> >
> > Hi Tomislav,
k [mailto:tpol...@gmail.com]
> > Sent: Wednesday, April 14, 2010 8:13 PM
> > To: java-user@lucene.apache.org
> > Subject: NumericField indexing performance
> >
> > Hi,
> > is it normal for indexing time to increase up to 10 times after
> > introducing NumericFi
http://www.thetaphi.de
eMail: u...@thetaphi.de
> -Original Message-
> From: Tomislav Poljak [mailto:tpol...@gmail.com]
> Sent: Wednesday, April 14, 2010 8:13 PM
> To: java-user@lucene.apache.org
> Subject: NumericField indexing performance
>
> Hi,
> is it nor
Hi,
is it normal for indexing time to increase up to 10 times after
introducing NumericField instead of Field (for two fields)?
I've changed two date fields from String representation (Field) to
NumericField, now it is:
doc.add(new NumericField("time").setIntValue(date.getTime()/24/3600))
and a