|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.alfresco.repo.search.impl.lucene.analysis.AlfrescoStandardFilter
public class AlfrescoStandardFilter
Field Summary |
---|
Fields inherited from class org.apache.lucene.analysis.TokenFilter |
---|
input |
Constructor Summary | |
---|---|
AlfrescoStandardFilter(org.apache.lucene.analysis.TokenStream in)
Construct filtering in. |
Method Summary | |
---|---|
org.apache.lucene.analysis.Token |
next()
Returns the next token in the stream, or null at EOS. |
Methods inherited from class org.apache.lucene.analysis.TokenFilter |
---|
close, reset |
Methods inherited from class org.apache.lucene.analysis.TokenStream |
---|
next |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AlfrescoStandardFilter(org.apache.lucene.analysis.TokenStream in)
Method Detail |
---|
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.TokenStream
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |