[TYPO3-Solr] unable to contact the Apache Solr server
Olivier Dobberkau
olivier.dobberkau at dkd.de
Tue Jul 22 20:48:28 CEST 2014
Am 22.07.14 17:36, schrieb Robert W:
> Can I connect to the following and get a response?
> http://localhost:8080/solr/core_en/
yes curl is your friend:
curl http://localhost:8080/solr/core_en/update?commit=true -H
"Content-Type: text/xml" --data-binary '<add><doc><field
name="id">1</field><field name="type">pages</field><field
name="appKey">foo</field></doc></add>'
curl
http://localhost:8080/solr/core_en/core/select/?q=*%3A*&version=2.2&start=0&rows=10&indent=on
Olivier
More information about the TYPO3-project-solr
mailing list