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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -