: > Maybe this helps: : > http://wiki.apache.org/solr/SolrPlugins#QParserPlugin
Right ... from the point of view of a custom RequestHandler (or SearchComponent) they key is to follow the model used by QueryComponent and use "QParser.getParser(...)" to deal with parsing query strings. Then all of the various registered QParserPlugins can be used w/o any custom code. -Hoss