org.apache.lucene.analysis.phonetic
Class DoubleMetaphoneFilter
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
- All Implemented Interfaces:
- Closeable
public final class DoubleMetaphoneFilter
- extends TokenFilter
Filter for DoubleMetaphone (supporting secondary codes)
Methods inherited from class org.apache.lucene.util.AttributeSource |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState |
DoubleMetaphoneFilter
public DoubleMetaphoneFilter(TokenStream input,
int maxCodeLength,
boolean inject)
incrementToken
public boolean incrementToken()
throws IOException
- Specified by:
incrementToken
in class TokenStream
- Throws:
IOException
reset
public void reset()
throws IOException
- Overrides:
reset
in class TokenFilter
- Throws:
IOException
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.