- Ch ch ch changes....to GermanStemmer.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149825 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-07-25 06:11:35 +00:00
parent 419359a057
commit 7d3fbbc5f5

View File

@ -34,7 +34,7 @@ $Id$
8. Made many search methods and classes non-final, per requests.
This includes IndexWriter and IndexSearcher, among others.
(cutting)
9. Added class RemoteSearchable, providing support for remote
searching via RMI. The test class RemoteSearchableTest.java
provides an example of how this can be used. (cutting)
@ -43,6 +43,11 @@ $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.
(gschwarz)
1.2 RC6
1. Changed QueryParser.jj to have "?" be a special character which