org.apache.solr.analysis
Class DoubleMetaphoneFilter
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.solr.analysis.DoubleMetaphoneFilter
public class DoubleMetaphoneFilter
- extends TokenFilter
Methods inherited from class org.apache.lucene.util.AttributeSource |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString |
DoubleMetaphoneFilter
protected DoubleMetaphoneFilter(TokenStream input,
int maxCodeLength,
boolean inject)
incrementToken
public boolean incrementToken()
throws IOException
- Overrides:
incrementToken
in class TokenStream
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class TokenFilter
- Throws:
IOException
Copyright © 2011 Apache Software Foundation. All Rights Reserved.