|
||||||||||
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.solr.analysis.BufferedTokenStream
org.apache.solr.analysis.RemoveDuplicatesTokenFilter
public class RemoveDuplicatesTokenFilter
A TokenFilter which filters out Tokens at the same position and Term text as the previous token in the stream.
Constructor Summary | |
---|---|
RemoveDuplicatesTokenFilter(org.apache.lucene.analysis.TokenStream input)
|
Method Summary | |
---|---|
protected org.apache.lucene.analysis.Token |
process(org.apache.lucene.analysis.Token t)
Process a token. |
Methods inherited from class org.apache.solr.analysis.BufferedTokenStream |
---|
next, output, peek, pushBack, read, write |
Methods inherited from class org.apache.lucene.analysis.TokenStream |
---|
close, next, reset |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveDuplicatesTokenFilter(org.apache.lucene.analysis.TokenStream input)
Method Detail |
---|
protected org.apache.lucene.analysis.Token process(org.apache.lucene.analysis.Token t) throws java.io.IOException
BufferedTokenStream
process
in class BufferedTokenStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |