public class DoubleMetaphoneFilter
extends org.apache.lucene.analysis.TokenFilter
Constructor and Description |
---|
DoubleMetaphoneFilter(org.apache.lucene.analysis.TokenStream input,
int maxCodeLength,
boolean inject) |
Modifier and Type | Method and Description |
---|---|
boolean |
incrementToken() |
void |
reset() |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
public DoubleMetaphoneFilter(org.apache.lucene.analysis.TokenStream input, int maxCodeLength, boolean inject)
public final boolean incrementToken() throws java.io.IOException
incrementToken
in class org.apache.lucene.analysis.TokenStream
java.io.IOException
public void reset() throws java.io.IOException
reset
in class org.apache.lucene.analysis.TokenFilter
java.io.IOException
Copyright © 2000-2024 Apache Software Foundation. All Rights Reserved.