Deleting a VLV index - PingDirectory - 9.3

PingDirectory 9.3

bundle
pingdirectory-93
ft:publication_title
PingDirectory 9.3
Product_Version_ce
PingDirectory 9.3 (Latest)
category
Product
pd-93
pingdirectory
ContentType_ce

Delete a VLV index using the dsconfig tool. Before deleting it, check that the index is not being used in any plugin applications.

  1. To remove a VLV index from the database, use dsconfig with the delete-local-db-vlv-index option.
    $ bin/dsconfig delete-local-db-vlv-index --index-name givenName \ 
      --backend-name userRoot
  2. To verify the deletion, try to view the VLV index.
    $ bin/dsconfig get-local-db-vlv-index-prop --index-name givenName \ 
      --backend-name userRoot