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 after this change indexing took 10x more time (before it was few minutes and after more than an hour and half). I've tested with a simple counter like this: doc.add(new NumericField("endTime").setIntValue(count++)) but nothing changed, it still takes around 10x longer. If I comment adding one numeric field to index time drops significantly and if I comment both fields indexing takes only few minutes again. Tomislav --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org