RE: re-indexing a field

2013-03-15 Thread Uwe Schindler
You have to reindex. - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://www.thetaphi.de eMail: u...@thetaphi.de > -Original Message- > From: ash nix [mailto:nixd...@gmail.com] > Sent: Friday, March 15, 2013 4:57 PM > To: java-user@lucene.apache.org > Subject

re-indexing a field

2013-03-15 Thread ash nix
Hi, I have time stamp field which I should have indexed as DoubleField for numericrange queries/filter to work. I got it indexed as DoubleDocValuesField. Is it possible to reindex this field? Don't want to create a new index as it will take lot of time. Pointer to some document or blog on reindexi