I'm using Apache SOLR and attempting to update the xml file using the tutorial by Lucene: http://lucene.apache.org/solr/4_5_1/tutorial.html
Within the directory with the XML file, I should be able to input this command into the command line:
java -jar post.jar data.xml
And it updates the SOLR index results.
We are receiving the following error though: FATAL: Solr returned an error #500 Cannot create directory: /var/app/current/apache-solr-3.6.2/example/solr/./data/index java.io.IOException: Cannot create directory /var/app/current/apache-solr-3.6.2/example/solr/./data/index
data/index
directory? - Kevinchmod
andchown
. - Kevin