You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@lucene.apache.org by ash nix <ni...@gmail.com> on 2013/03/15 16:57:21 UTC

re-indexing a field

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 reindexing will be of help to me.
-- 
Thanks,
A

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org


RE: re-indexing a field

Posted by Uwe Schindler <uw...@thetaphi.de>.
You have to reindex.

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: ash nix [mailto:nixdash@gmail.com]
> Sent: Friday, March 15, 2013 4:57 PM
> To: java-user@lucene.apache.org
> Subject: re-indexing a field
> 
> 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 reindexing will be of help to me.
> --
> Thanks,
> A
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
> For additional commands, e-mail: java-user-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-user-help@lucene.apache.org