[ http://issues.apache.org/jira/browse/SOLR-73?page=comments#action_12454058 ] Hoss Man commented on SOLR-73: ------------------------------
Those aren't CNET internal names ... the CNET internal packages were acctually things like "solar.csearch.LRUCache" ... Solr specificly provides support for the short alias "solr.*" when referencing out of the box classes ... this is mentioned in the wiki for SchemaXml (search for "alias") ... but we could probably add some boilerplate about it to the example docs as well. The SolrConfigXml still refers to the old packagenames, and doesn't mention aliasing ... but that's listed as a big TODO right at the top of the page. > schema.xml and solrconfig.xml use CNET-internal class names > ----------------------------------------------------------- > > Key: SOLR-73 > URL: http://issues.apache.org/jira/browse/SOLR-73 > Project: Solr > Issue Type: Bug > Components: search > Reporter: Walter Underwood > > The configuration files in the example directory still use the old > CNET-internal class names, like solr.LRUCache instead of > org.apache.solr.search.LRUCache. This is confusing to new users and should > be fixed before the first release. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
