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
>
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
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