Solr document basic operation(load data, add,delete)

    技术2022-05-20  35

    Delete All Document in core2

     

    http://localhost:8080/solr/core2/update?stream.body=id:*

    http://localhost:8080/solr/core2/update?stream.body=

     

     

    Load data to core2

     

    cmd>>java -Durl=http://localhost:8080/solr/core2/update -jar post.jar xxx.xml

     

     

     

     


    最新回复(0)