Deleting Solr index

2008-06-18 Thread Mihails Agafonovs
How can I clear the whole Solr index?
 Ar cieņu, Mihails

Re: Deleting Solr index

2008-06-18 Thread j . L
just rm -r SOLR_DIR/data/index.


2008/6/18 Mihails Agafonovs [EMAIL PROTECTED]:

 How can I clear the whole Solr index?
  Ar cieņu, Mihails




-- 
regards
j.L


Re: Deleting Solr index

2008-06-18 Thread Shalin Shekhar Mangar
You can delete by query *:* (which matches all documents)

http://wiki.apache.org/solr/UpdateXmlMessages

2008/6/18 Mihails Agafonovs [EMAIL PROTECTED]:

 How can I clear the whole Solr index?
  Ar cieņu, Mihails




-- 
Regards,
Shalin Shekhar Mangar.