mirror of https://github.com/apache/lucene.git
noted TooManyClauses catch in QueryParser
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
537368266a
commit
859e6eee20
|
@ -61,7 +61,7 @@ package org.apache.lucene.analysis;
|
|||
Porter, 1980, An algorithm for suffix stripping, Program, Vol. 14,
|
||||
no. 3, pp 130-137,
|
||||
|
||||
See also http://www.muscat.com/~martin/stem.html
|
||||
See also http://www.tartarus.org/~martin/PorterStemmer/index.html
|
||||
|
||||
Bug 1 (reported by Gonzalo Parra 16/10/99) fixed as marked below.
|
||||
Tthe words 'aed', 'eed', 'oed' leave k at 'a' for step 3, and b[k-1]
|
||||
|
|
Loading…
Reference in New Issue