Re: problems with class loaders when adding new FieldType subclass

2010-11-23 Thread Erick Erickson
Does this help? http://wiki.apache.org/solr/SolrPlugins See especially "How to load plugins"... Best Erick On Tue, Nov 23, 2010 at 12:28 PM, Stefanie Scherzinger wrote: > Hi, > > I am trying to define a custom FieldType for SOLR 1.4.1. > > To this end, I created the JAR file TestType.jar, I add

problems with class loaders when adding new FieldType subclass

2010-11-23 Thread Stefanie Scherzinger
Hi, I am trying to define a custom FieldType for SOLR 1.4.1. To this end, I created the JAR file TestType.jar, I added a lib path in solrconfig.xml so that this JAR file as well as apache-solr-core-1.4.1.jar and lucene-core-2.9.3.jar are included. I then edited schema.xml and defined my new typ