Class AlfrescoStandardFilter
- java.lang.Object
-
- org.apache.lucene.analysis.TokenStream
-
- org.apache.lucene.analysis.TokenFilter
-
- org.alfresco.repo.search.impl.lucene.analysis.AlfrescoStandardFilter
-
public class AlfrescoStandardFilter extends org.apache.lucene.analysis.TokenFilter
-
-
Constructor Summary
Constructors Constructor Description AlfrescoStandardFilter(org.apache.lucene.analysis.TokenStream in)Construct filtering in.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.lucene.analysis.Tokennext()Returns the next token in the stream, or null at EOS.
-
-
-
Method Detail
-
next
public final org.apache.lucene.analysis.Token next() throws java.io.IOExceptionReturns the next token in the stream, or null at EOS.Removes 's from the end of words.
Removes dots from acronyms.
Splits host names ...
- Overrides:
nextin classorg.apache.lucene.analysis.TokenStream- Throws:
java.io.IOException
-
-