A B C D E F G H I M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addMultiField(FieldMapper.Builder) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
B
- build(MapperBuilderContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- Builder(String, IndexAnalyzers) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- Builder(String, Version, IndexAnalyzers) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
C
- CONTENT_TYPE - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- contentType() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- createPhrasePrefixQuery(TokenStream, String, int, int, String, IntPredicate) - Static method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- createPhraseQuery(TokenStream, String, int, boolean) - Static method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
D
- Defaults() - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
E
- eagerGlobalOrdinals() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
F
- FIELD_TYPE - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- fielddata() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- fielddata(boolean) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- FIELDDATA_MAX_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- FIELDDATA_MIN_FREQUENCY - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- FIELDDATA_MIN_SEGMENT_SIZE - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- fielddataBuilder(String, Supplier<SearchLookup>) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- fielddataFrequencyFilter(double, double, int) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- fieldType() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- fuzzyIntervals(String, int, int, boolean, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
G
- getMappers() - Method in class org.elasticsearch.index.mapper.MapperPreanalyzedPlugin
- getMergeBuilder() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- getParameters() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- getPrefixFieldType() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
H
- hasGaps(TokenStream) - Static method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
I
- incrementToken() - Method in class org.elasticsearch.index.mapper.preanalyzed.PreanalyzedTokenStream
- index(boolean) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
- INDEX_PREFIX_MAX_CHARS - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- INDEX_PREFIX_MIN_CHARS - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
- indexAnalyzers(String, PreanalyzedFieldMapper.SubFieldInfo, PreanalyzedFieldMapper.SubFieldInfo) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
M
- MapperPreanalyzedPlugin - Class in org.elasticsearch.index.mapper
- MapperPreanalyzedPlugin() - Constructor for class org.elasticsearch.index.mapper.MapperPreanalyzedPlugin
- multiPhraseQuery(TokenStream, int, boolean, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
N
- NoopDeprecationHandler - Class in org.elasticsearch.index.mapper.preanalyzed
- NoopDeprecationHandler() - Constructor for class org.elasticsearch.index.mapper.preanalyzed.NoopDeprecationHandler
O
- org.elasticsearch.index.mapper - package org.elasticsearch.index.mapper
- org.elasticsearch.index.mapper.preanalyzed - package org.elasticsearch.index.mapper.preanalyzed
P
- parseCreateField(DocumentParserContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- PARSER - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- phrasePrefixQuery(TokenStream, int, int, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- phraseQuery(TokenStream, int, boolean, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- POSITION_INCREMENT_GAP - Static variable in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Defaults
-
The default position_increment_gap is set to 100 so that phrase queries of reasonably high slop will not match across field values.
- PreanalyzedFieldMapper - Class in org.elasticsearch.index.mapper
-
A
FieldMapperfor full-text fields that have already been analyzed on token-level and are given as TokenStream in JSON format. - PreanalyzedFieldMapper(String, FieldType, FieldType, PreanalyzedFieldMapper.PreanalyzedFieldType, Map<String, NamedAnalyzer>, PreanalyzedFieldMapper.SubFieldInfo, PreanalyzedFieldMapper.SubFieldInfo, FieldMapper.MultiFields, FieldMapper.CopyTo, PreanalyzedFieldMapper.Builder) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper
- PreanalyzedFieldMapper.Builder - Class in org.elasticsearch.index.mapper
- PreanalyzedFieldMapper.Defaults - Class in org.elasticsearch.index.mapper
- PreanalyzedFieldMapper.PreanalyzedFieldType - Class in org.elasticsearch.index.mapper
- PreanalyzedFieldType(String) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- PreanalyzedFieldType(String, boolean, boolean, Map<String, String>) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- PreanalyzedFieldType(String, boolean, boolean, TextSearchInfo, Map<String, String>) - Constructor for class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- PreanalyzedTokenStream - Class in org.elasticsearch.index.mapper.preanalyzed
- PreanalyzedTokenStream(XContentParser) - Constructor for class org.elasticsearch.index.mapper.preanalyzed.PreanalyzedTokenStream
-
Creates a PreAnalyzedTokenStream which converts a JSON-serialization of a TokenStream to an actual TokenStream.
- prefixIntervals(BytesRef, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- prefixQuery(String, MultiTermQuery.RewriteMethod, boolean, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
R
- reset() - Method in class org.elasticsearch.index.mapper.preanalyzed.PreanalyzedTokenStream
-
Creates a new parser reading the input data and sets the parser state right to the beginning of the actual token list.
S
- setFielddata(boolean) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- setFielddata(boolean, PreanalyzedFieldMapper.FielddataFrequencyFilter) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- spanPrefixQuery(String, SpanMultiTermQueryWrapper.SpanRewriteMethod, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- store(boolean) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.Builder
T
- termIntervals(BytesRef, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
- typeName() - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
U
- usedDeprecatedField(String, Supplier<XContentLocation>, String) - Method in class org.elasticsearch.index.mapper.preanalyzed.NoopDeprecationHandler
- usedDeprecatedField(String, Supplier<XContentLocation>, String, String) - Method in class org.elasticsearch.index.mapper.preanalyzed.NoopDeprecationHandler
- usedDeprecatedName(String, Supplier<XContentLocation>, String, String) - Method in class org.elasticsearch.index.mapper.preanalyzed.NoopDeprecationHandler
V
- valueFetcher(SearchExecutionContext, String) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
W
- wildcardIntervals(BytesRef, SearchExecutionContext) - Method in class org.elasticsearch.index.mapper.PreanalyzedFieldMapper.PreanalyzedFieldType
All Classes All Packages