public class AlfrescoStandardFilter
extends org.apache.lucene.analysis.TokenFilter
| Constructor and Description |
|---|
AlfrescoStandardFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.lucene.analysis.Token |
next()
Returns the next token in the stream, or null at EOS.
|
public AlfrescoStandardFilter(org.apache.lucene.analysis.TokenStream in)
public final org.apache.lucene.analysis.Token next()
throws java.io.IOException
Removes 's from the end of words.
Removes dots from acronyms.
Splits host names ...
next in class org.apache.lucene.analysis.TokenStreamjava.io.IOExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.