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

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -