i use command like this

curl http://localhost:8983/solr/update --data-binary 
'<delete><query>name:DDR</query></delete>'
curl http://localhost:8983/solr/update --data-binary '<commit/>'


and i get

numDocs : 0
maxDoc : 1218819


when i search something which exists in before delete and find nothing.

but index file size not changed and maxDoc not changed.

why it happen?


--
regards
jl

Reply via email to