Solr刪除一個(gè)集合:DELETE

2018-01-03 11:29 更新

/admin/collections?action=DELETE&name=collection

DELETE參數(shù)

name

要?jiǎng)h除的集合的名稱。該參數(shù)是必需的。

async

請求ID來跟蹤這個(gè)將被異步處理的動(dòng)作。

DELETE響應(yīng)

響應(yīng)將包括請求的狀態(tài)和被刪除的核心。如果狀態(tài)不是“success”,則會(huì)顯示錯(cuò)誤消息,說明請求失敗的原因。

使用DELETE的例子

在該例子中的輸入:

刪除名為“newCollection”的集合。

http://localhost:8983/solr/admin/collections?action=DELETE&name=newCollection

會(huì)得到如下的輸出:

<response>
  <lst name="responseHeader">
    <int name="status">0</int>
    <int name="QTime">603</int>
  </lst>
  <lst name="success">
    <lst name="10.0.1.6:8983_solr">
      <lst name="responseHeader">
        <int name="status">0</int>
        <int name="QTime">19</int>
      </lst>
    </lst>
    <lst name="10.0.1.4:8983_solr">
      <lst name="responseHeader">
        <int name="status">0</int>
        <int name="QTime">67</int>
      </lst>
    </lst>
  </lst>
</response>
以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號