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 IOException
Removes 's from the end of words.
Removes dots from acronyms.
Splits host names ...
next
in class org.apache.lucene.analysis.TokenStream
IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.