ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How do I pick/ delete all the documents from Solr using the boolean NOT?

user-image
تم إضافة السؤال من قبل Mohamed Mansour , Java Developer , Arrow Electronics
تاريخ النشر: 2014/05/04
Mujtaba Hassan kiani
من قبل Mujtaba Hassan kiani , Sr Software Engineer , DPL

to delete this we need to to put - sign with query.

/solr/select/?q=-id:B96*

مستخدم محذوف‎
من قبل مستخدم محذوف‎

http://localhost:8983/solr/chorkiSearch/update?stream.body=<delete><query>id:*:* AND !text:"hello"</query></delete>&commit=trueThis is an example of how you can build a query that would delete all the matching documents.

المزيد من الأسئلة المماثلة