Clarified a change message.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149826 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2002-07-26 17:32:54 +00:00
parent 7d3fbbc5f5
commit abf7b9598a
1 changed files with 3 additions and 3 deletions

View File

@ -43,9 +43,9 @@ $Id$
test class TestPhrasePrefixQuery provides the usage example.
(Anders Nielsen via otis)
11. Changed the stemming algorithm to ignore case while stripping. The
algorithm is faster and produces more equal stems from nouns and verbs
derived from the same word.
11. Changed the German stemming algorithm to ignore case while
stripping. The new algorithm is faster and produces more equal
stems from nouns and verbs derived from the same word.
(gschwarz)
1.2 RC6