On Sep 1, 2008, at 1:51 PM, Erik Holstad wrote:
I thought that 8983 only was for the web interface, but that is not the case?
Solr's services and web interface all operate from a single web application. It's all one port for the example configuration, 8983.
Note that in some cases, like Solr's admin/stats.jsp view, it is returning XML no matter what (and rendered to HTML via client-side XSL).
Erik