CRUD 02 in the data management interface solr

This article will demonstrate how to add, delete, search data in solr management interface to change search.

1, constrained version

  • CentOS7 workstation
  • solr-4.10.3
  • putty
  • apache-tomcat-8.5.38

2, the premise of restraint

3, increase data

  • First search data
    Search data
  • New data
    New data

4, modify the data

change the data

5, delete data

Documents in the input box, enter the following:

<delete><query>id:change.me</query></delete>
<commit />

delete data
So far, we have completed the additions and deletions of data by solr management interface to change search
.

Guess you like

Origin www.cnblogs.com/alichengxuyuan/p/12577233.html