you can check the admin panel to see if there are pending deletes/commits in 
the statistics section.
older versions of post.jar dont auto-commit the changes, so if your xml doesnt 
contain a <commit/> 
you could just create a commit.xml containing only the following:

<commit/>

and send it via post.jar. you can also curl it or whatever u like:

curl http://<hostname>:<port>/solr/update -H "Content-Type: text/xml" 
--data-binary '<commit/>'

-----Ursprüngliche Nachricht-----
Von: e8en [mailto:e...@tokobagus.com] 
Gesendet: Dienstag, 10. August 2010 10:22
An: solr-user@lucene.apache.org
Betreff: Re: AW: solr query result not read the latest xml file


hi Bastian,
how to send a <commit/>?
is it by typing : java -jar post.jar cat_978.xml?

if yes then I've already done that
any solution please?
--
View this message in context: 
http://lucene.472066.n3.nabble.com/solr-query-result-not-read-the-latest-xml-file-tp1066785p1068782.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to