python - PySolr connection error 404 -
i using solrv5.0 , pysolr following traceback when run python script:
file "site-packages/pysolr.py", line 322, in _send_request raise solrerror(error_message) pysolr.solrerror: [reason: error 404 not found
for script lines pysolr, have:
solr = pysolr.solr('http://localhost:8983/solr/', timeout=10) solr.add([dict])
where dict python dictionnary. when comment # solr.add, haven't got errors. think connection can't update... why? help.
Comments
Post a Comment