solr删除某条记录

 solr删除某条记录


<delete> 
   <query>
     id:"100861"
   </query> 
</delete> 
<commit/>

猜你喜欢

转载自my.oschina.net/u/3698560/blog/1793928