SOLR-816 -- fixing issue number. Previous commit referred to the wrong issue

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@708261 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Ryan McKinley 2008-10-27 18:15:41 +00:00
parent 70ab45ce2d
commit f05d6cac52
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ New Features
11. SOLR-651: Added TermVectorComponent for serving up term vector information, plus IDF.
See http://wiki.apache.org/solr/TermVectorComponent (gsingers, Vaijanath N. Rao, Noble Paul)
12. SOLR-813: Deprecate access to SolrConfig from IndexSchema. Rather then access
12. SOLR-816: Deprecate access to SolrConfig from IndexSchema. Rather then access
SolrConfig from the schema, plugins should get the config from the core. IndexSchema
still has access to the ResourceLoader. (ryan)