Dear Solr Users, I have a brand new computer where I installed Ubuntu 14.04, 8Go RAM, SOLR 5.0, Java 7 I indexed 92 000 000 docs (little text file ~2ko each) I have around 30 fields
All work fine but each Tuesday I need to delete some docs inside, so I create a batch file with inside line like this: /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d "<delete><query>f1:58644</query></delete>" /home/solr/solr-5.0.0/bin/post -c docdb -commit no -d "<delete><query>f1:162882</query></delete>" ...... ..... /home/solr/solr-5.0.0/bin/post -c docdb -commit yes -d "<delete><query>f1:2868668</query></delete>" my f1 field is my key field. It is unique. But if my file contains more than one or two hundreds line, my solr shutdown. Two hundreds line shutdown always solr 5.0. I have no error in my console, just Solr can't be reach on the port 8983. Is exists a variable that I must increase to disable this error ? On my old solr 3.6, I don't use the same line to delete document, I use: java -jar -Ddata=args -Dcommit=no post.jar "<delete><id>113422</id></delete>" You can see that I use directly <id> not <query>, and my schema between solr3.6 and solr5.0 is almost the same. I have just some more fields. why this method do not work now ? Thanks a lot, Bruno --- Ce courrier électronique ne contient aucun virus ou logiciel malveillant parce que la protection avast! Antivirus est active. http://www.avast.com