Re: how can i remove the index
David Pitera <piter...@...>
Your propertyKey `phone` on your index `phoneIndex` is in the `INSTALLED` state, so you need to `REGISTER` it and wait for it to become registered before you can attempt to `enable` it. After it is enabled, you can disable and then remove it. Some code that should help cause it goes through the whole installed/registered/enabled phase is:
On Thu, Jul 20, 2017 at 11:43 PM, 李平 <lipin...@...> wrote:
|
|