mirror of https://github.com/apache/lucene.git
SOLR-2769: Fixed bad javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
74d05c3664
commit
fdde857f24
|
@ -35,7 +35,7 @@ import org.apache.solr.util.plugin.ResourceLoaderAware;
|
|||
* dictionary="en_GB.dic,my_custom.dic"
|
||||
* affix="en_GB.aff"/></pre>
|
||||
* Dictionaries for many languages are available through the OpenOffice project
|
||||
* @see http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||
* See http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||
*/
|
||||
public class HunspellStemFilterFactory extends BaseTokenFilterFactory implements ResourceLoaderAware {
|
||||
|
||||
|
|
Loading…
Reference in New Issue