mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
- 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:
parent
419359a057
commit
7d3fbbc5f5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user