Re: Datatype change in solr

2017-02-09 Thread Xavier Morera
Have you considered adding a copyfield and reindexing? Less disruptive. On Wed, Feb 8, 2017 at 11:33 PM, Manjunath N S (mans3) wrote: > Hello, > > I had defined one of my field as string and indexed the data but it is of > type integer. Now when I try to change the field type as tint ,to allow >

Re: Datatype change in solr

2017-02-08 Thread Shawn Heisey
On 2/8/2017 9:33 PM, Manjunath N S (mans3) wrote: > I had defined one of my field as string and indexed the data but it is > of type integer. Now when I try to change the field type as tint ,to > allow sorting to be performed on that field ,I am getting Async > distributed error. > > I have deleted

Datatype change in solr

2017-02-08 Thread Manjunath N S (mans3)
Hello, I had defined one of my field as string and indexed the data but it is of type integer. Now when I try to change the field type as tint ,to allow sorting to be performed on that field ,I am getting Async distributed error. I have deleted the document with that id. Is there a way to chan