B C D E G I M O P R S
B
- BeiderMorseFilter - Class in org.apache.lucene.analysis.phonetic
-
TokenFilter for Beider-Morse phonetic encoding.
- BeiderMorseFilter(TokenStream, PhoneticEngine) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
-
- BeiderMorseFilter(TokenStream, PhoneticEngine, Languages.LanguageSet) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
-
Create a new BeiderMorseFilter
- BeiderMorseFilterFactory - Class in org.apache.lucene.analysis.phonetic
-
- BeiderMorseFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.BeiderMorseFilterFactory
-
Creates a new BeiderMorseFilterFactory
C
- create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilterFactory
-
- create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
-
- create(TokenStream) - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
D
- DEFAULT_MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
-
default maxCodeLength if not specified
- DoubleMetaphoneFilter - Class in org.apache.lucene.analysis.phonetic
-
Filter for DoubleMetaphone (supporting secondary codes)
- DoubleMetaphoneFilter(TokenStream, int, boolean) - Constructor for class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
-
Creates a DoubleMetaphoneFilter with the specified maximum code length,
and either adding encoded forms as synonyms (inject=true
) or
replacing them.
- DoubleMetaphoneFilterFactory - Class in org.apache.lucene.analysis.phonetic
-
- DoubleMetaphoneFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
-
Creates a new DoubleMetaphoneFilterFactory
E
- encoder - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
phonetic encoder
- ENCODER - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
parameter name: either a short name or a full class name
G
- getEncoder() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
Must be thread-safe.
I
- incrementToken() - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
-
- incrementToken() - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
-
- incrementToken() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
- inform(ResourceLoader) - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
- INJECT - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
-
parameter name: true if encoded tokens should be added as synonyms
- inject - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
true if encoded tokens should be added as synonyms
- INJECT - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
parameter name: true if encoded tokens should be added as synonyms
M
- MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilterFactory
-
parameter name: restricts the length of the phonetic code
- MAX_CODE_LENGTH - Static variable in class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
parameter name: restricts the length of the phonetic code
O
- org.apache.lucene.analysis.phonetic - package org.apache.lucene.analysis.phonetic
-
Analysis components for phonetic search.
P
- PhoneticFilter - Class in org.apache.lucene.analysis.phonetic
-
Create tokens for phonetic matches.
- PhoneticFilter(TokenStream, Encoder, boolean) - Constructor for class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
Creates a PhoneticFilter with the specified encoder, and either
adding encoded forms as synonyms (inject=true
) or
replacing them.
- PhoneticFilterFactory - Class in org.apache.lucene.analysis.phonetic
-
- PhoneticFilterFactory(Map<String, String>) - Constructor for class org.apache.lucene.analysis.phonetic.PhoneticFilterFactory
-
Creates a new PhoneticFilterFactory
R
- reset() - Method in class org.apache.lucene.analysis.phonetic.BeiderMorseFilter
-
- reset() - Method in class org.apache.lucene.analysis.phonetic.DoubleMetaphoneFilter
-
- reset() - Method in class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
S
- save - Variable in class org.apache.lucene.analysis.phonetic.PhoneticFilter
-
captured state, non-null when inject=true
and a token is buffered
B C D E G I M O P R S
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.