org.apache.solr.analysis
Class PhoneticFilter

java.lang.Object
  extended by org.apache.lucene.util.AttributeSource
      extended by org.apache.lucene.analysis.TokenStream
          extended by org.apache.lucene.analysis.TokenFilter
              extended by org.apache.lucene.analysis.phonetic.PhoneticFilter
                  extended by org.apache.solr.analysis.PhoneticFilter
All Implemented Interfaces:
Closeable

Deprecated. Use PhoneticFilter instead.

@Deprecated
public final class PhoneticFilter
extends PhoneticFilter


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
AttributeSource.AttributeFactory, AttributeSource.State
 
Field Summary
 
Fields inherited from class org.apache.lucene.analysis.phonetic.PhoneticFilter
encoder, inject, save
 
Fields inherited from class org.apache.lucene.analysis.TokenFilter
input
 
Constructor Summary
PhoneticFilter(TokenStream in, org.apache.commons.codec.Encoder encoder, String name, boolean inject)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.lucene.analysis.phonetic.PhoneticFilter
incrementToken, reset
 
Methods inherited from class org.apache.lucene.analysis.TokenFilter
close, end
 
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, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhoneticFilter

public PhoneticFilter(TokenStream in,
                      org.apache.commons.codec.Encoder encoder,
                      String name,
                      boolean inject)
Deprecated.