Topic on Extension talk:CirrusSearch

how to delete an index?

7
185.31.48.30 (talkcontribs)

When I run updateSearchIndexConfig.php I get "Looks like the index has more than one identifier" error: How do I delete these indexes? I want to delete all and create one from scratch:

 php maintenance/updateSearchIndexConfig.php
content index...
        Fetching Elasticsearch version...1.0.0...ok
        Scanning available plugins...none
        Infering index identifier...error
Looks like the index has more than one identifier. You should delete all
but the one of them currently active. Here is the list: XX_pre_content,XX_pre_content_1401790881,XX_pre_content_first,XX_pre_content_1401791290
129.6.88.86 (talkcontribs)

when i typed in the XDELETE function i got `{"acknowledged":true}` but it still was there?

Aparolini (talkcontribs)

To delete : curl -X DELETE "localhost:9200/my-index-000001"

To display indexes: curl -X GET "localhost:9200/_cat/indices"

Reply to "how to delete an index?"