Check out org.apache.solr.schema.IndexSchema#readSchema(), which uses org.apache.solr.schema.FieldTypePluginLoader to parse analyzers. On Feb 26, 2014, at 7:00 PM, Software Dev <static.void....@gmail.com> wrote:
> Can anyone point me in the right direction. I'm trying to duplicate the > functionality of the analysis request handler so we can wrap a service > around it to return the terms given a string of text. We would like to read > the same schema.xml file to configure the analyzer,tokenizer, etc but I > can't seem to find the class that actually does the parsing of that file. > > Thanks