Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- alternate() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- alternate(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- AnalysisICUPlugin - Class in org.opensearch.plugin.analysis.icu
- AnalysisICUPlugin() - Constructor for class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
B
- build(Mapper.BuilderContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- buildCollator() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- Builder(String) - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
C
- caseFirst() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- caseFirst(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- caseLevel() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- caseLevel(boolean) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- COLLATE_FORMAT - Static variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- CollationFieldType(String, boolean, boolean, boolean, Collator, String, int, Map<String, String>) - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- CollationFieldType(String, boolean, Collator) - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- CollationFieldType(String, Collator) - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- CONTENT_TYPE - Static variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
- contentType() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
- country() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- country(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- create() - Method in class org.opensearch.index.analysis.IcuTokenizerFactory
- create(Reader) - Method in class org.opensearch.index.analysis.IcuNormalizerCharFilterFactory
- create(TokenStream) - Method in class org.opensearch.index.analysis.IcuCollationTokenFilterFactory
- create(TokenStream) - Method in class org.opensearch.index.analysis.IcuFoldingTokenFilterFactory
- create(TokenStream) - Method in class org.opensearch.index.analysis.IcuNormalizerTokenFilterFactory
- create(TokenStream) - Method in class org.opensearch.index.analysis.IcuTransformTokenFilterFactory
D
- decode(char[], int, int, byte[], int, int) - Static method in class org.opensearch.index.analysis.IndexableBinaryStringTools
-
Deprecated.Decodes the input char sequence into the output byte sequence.
- decomposition() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- decomposition(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- Defaults() - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Defaults
- docValueFormat(String, ZoneId) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- doXContentBody(XContentBuilder, boolean, ToXContent.Params) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
E
- encode(byte[], int, int, char[], int, int) - Static method in class org.opensearch.index.analysis.IndexableBinaryStringTools
-
Deprecated.Encodes the input byte sequence into the output char sequence.
F
- FIELD_TYPE - Static variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Defaults
- fielddataBuilder(String, Supplier<SearchLookup>) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- fieldType() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
- fuzzyQuery(Object, Fuzziness, int, int, boolean, QueryShardContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
G
- get() - Method in class org.opensearch.index.analysis.IcuAnalyzerProvider
- getAnalyzers() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
- getCharFilters() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
- getDecodedLength(char[], int, int) - Static method in class org.opensearch.index.analysis.IndexableBinaryStringTools
-
Deprecated.Returns the number of bytes required to decode the given char sequence.
- getEncodedLength(byte[], int, int) - Static method in class org.opensearch.index.analysis.IndexableBinaryStringTools
-
Deprecated.Returns the number of chars required to encode the given bytes.
- getMappers() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
- getNamedWriteables() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
- getTokenFilters() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
- getTokenizers() - Method in class org.opensearch.plugin.analysis.icu.AnalysisICUPlugin
H
- hiraganaQuaternaryMode() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- hiraganaQuaternaryMode(boolean) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
I
- IcuAnalyzerProvider - Class in org.opensearch.index.analysis
- IcuAnalyzerProvider(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuAnalyzerProvider
- ICUCollationKeyFilter - Class in org.opensearch.index.analysis
-
Deprecated.
- ICUCollationKeyFilter(TokenStream, Collator) - Constructor for class org.opensearch.index.analysis.ICUCollationKeyFilter
-
Deprecated.
- ICUCollationKeywordFieldMapper - Class in org.opensearch.index.mapper
- ICUCollationKeywordFieldMapper(String, FieldType, MappedFieldType, FieldMapper.MultiFields, FieldMapper.CopyTo, String, String, String, String, String, String, String, boolean, String, boolean, String, boolean, int, Collator, String) - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
- ICUCollationKeywordFieldMapper.Builder - Class in org.opensearch.index.mapper
- ICUCollationKeywordFieldMapper.CollationFieldType - Class in org.opensearch.index.mapper
- ICUCollationKeywordFieldMapper.Defaults - Class in org.opensearch.index.mapper
- ICUCollationKeywordFieldMapper.TypeParser - Class in org.opensearch.index.mapper
- IcuCollationTokenFilterFactory - Class in org.opensearch.index.analysis
-
An ICU based collation token filter.
- IcuCollationTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuCollationTokenFilterFactory
- IcuFoldingTokenFilterFactory - Class in org.opensearch.index.analysis
-
Uses the
ICUFoldingFilter. - IcuFoldingTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuFoldingTokenFilterFactory
- IcuNormalizerCharFilterFactory - Class in org.opensearch.index.analysis
-
Uses the
ICUNormalizer2CharFilterto normalize character. - IcuNormalizerCharFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuNormalizerCharFilterFactory
- IcuNormalizerTokenFilterFactory - Class in org.opensearch.index.analysis
-
Uses the
ICUNormalizer2Filterto normalize tokens. - IcuNormalizerTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuNormalizerTokenFilterFactory
- IcuTokenizerFactory - Class in org.opensearch.index.analysis
- IcuTokenizerFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuTokenizerFactory
- IcuTransformTokenFilterFactory - Class in org.opensearch.index.analysis
- IcuTransformTokenFilterFactory(IndexSettings, Environment, String, Settings) - Constructor for class org.opensearch.index.analysis.IcuTransformTokenFilterFactory
- IGNORE_ABOVE - Static variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Defaults
- ignoreAbove - Variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- ignoreAbove(int) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- incrementToken() - Method in class org.opensearch.index.analysis.ICUCollationKeyFilter
-
Deprecated.
- IndexableBinaryStringTools - Class in org.opensearch.index.analysis
-
Deprecated.Implement
TermToBytesRefAttributeand store bytes directly instead. This class WAS removed in Lucene 5.0 - indexedValueForSearch(Object) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- indexOptions(IndexOptions) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
L
- language() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- language(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
M
- mergeOptions(FieldMapper, List<String>) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
N
- nullValue - Variable in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- nullValue(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- numeric() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- numeric(boolean) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
O
- org.opensearch.index.analysis - package org.opensearch.index.analysis
- org.opensearch.index.mapper - package org.opensearch.index.mapper
- org.opensearch.plugin.analysis.icu - package org.opensearch.plugin.analysis.icu
P
- parse(String, Map<String, Object>, Mapper.TypeParser.ParserContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.TypeParser
- parseCreateField(ParseContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper
- prefixQuery(String, MultiTermQuery.RewriteMethod, boolean, QueryShardContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
R
- regexpQuery(String, int, int, int, MultiTermQuery.RewriteMethod, QueryShardContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- rules() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- rules(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
S
- strength() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- strength(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
T
- typeName() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- TypeParser() - Constructor for class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.TypeParser
V
- valueFetcher(QueryShardContext, SearchLookup, String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
- variableTop() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- variableTop(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- variant() - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
- variant(String) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.Builder
W
- wildcardQuery(String, MultiTermQuery.RewriteMethod, boolean, QueryShardContext) - Method in class org.opensearch.index.mapper.ICUCollationKeywordFieldMapper.CollationFieldType
All Classes and Interfaces|All Packages|Constant Field Values
ICUCollationDocValuesFieldinstead, which encodes terms directly as bytes. This filter WAS removed in Lucene 5.0