one trivial typo, one significant

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@591159 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2007-11-01 22:39:11 +00:00
parent e1ad6e3ef7
commit 009a33ce22
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ Bug Fixes
10. SOLR-136: Snappuller - "date -d" and locales don't mix. (Jürgen Hermann via bill)
11. SOLR-133: Changed distributiondump.jsp to use Solr HOME instead of CWD to set path.
11. SOLR-333: Changed distributiondump.jsp to use Solr HOME instead of CWD to set path.
Other Changes
1. SOLR-135: Moved common classes to org.apache.solr.common and altered the
@ -213,7 +213,7 @@ Other Changes
rather then:
init(Map<String,String> args)
Existing classes should continue to work, but it is encouraged to update
the initialization code. (Henri Biestro vi ryan)
the initialization code. (Henri Biestro via ryan)
5. SOLR-367: The create method in all TokenFilter and Tokenizer Factories
provided by Solr now declare their specific return types instead of just