On Tue, Sep 14, 2010 at 8:16 PM, Erick Erickson <[email protected]> wrote: > If I check out the current trunk, and from solr do an "ant clean example" > all is well, even up to starting Solr. But trying to hit anything on the > site gives a response in the browser starting with: > > org.apache.solr.common.SolrException: Plugin init failure for [schema.xml] > fieldType:Error loading class 'solr.SpatialTileField' > > Commenting the relevant <fieldType.... out of schema.xml fixes this. Should > I open a Jira or does someone want to jump on it?
Hmmm, I can't reproduce this. Something like http://localhost:8983/solr/select?q=solr seems to work fine. Did you do an "svn up" at the trunk level (i.e. get lucene too)? -Yonik http://lucenerevolution.org Lucene/Solr Conference, Boston Oct 7-8 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
