I'm solr newbie,
I use my PHP script to delete index and commit certain xml file in solr

this is what I do:
$solr->deleteByQuery('ITEM_CAT:576');
$solr->commit();

the question is, how to commit certain xml file, for example to do this:
java -jar post.jar cat_576.xml

please help me
thanks before :)
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/how-to-commit-certain-xml-files-using-PHP-commit-tp1050988p1050988.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to