| Modifier and Type | Method and Description |
|---|---|
static SearchType |
SearchType.fromString(String searchType,
ParseFieldMatcher parseFieldMatcher)
The a string representation search type to execute, defaults to
SearchType.DEFAULT. |
| Modifier and Type | Field and Description |
|---|---|
protected ParseFieldMatcher |
TransportAction.parseFieldMatcher |
| Modifier and Type | Method and Description |
|---|---|
IndexMetaData |
IndexMetaData.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
MetaData |
MetaData.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Field and Description |
|---|---|
static ParseFieldMatcher |
ParseFieldMatcher.EMPTY |
static ParseFieldMatcher |
ParseFieldMatcher.STRICT |
| Modifier and Type | Method and Description |
|---|---|
T |
FromXContentBuilder.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher)
Parses an object with the type T from parser
|
| Modifier and Type | Method and Description |
|---|---|
ParseFieldMatcher |
Mapper.TypeParser.ParserContext.parseFieldMatcher() |
| Constructor and Description |
|---|
Mapper.TypeParser.ParserContext(String type,
AnalysisService analysisService,
SimilarityLookupService similarityLookupService,
MapperService mapperService,
Map<String,Mapper.TypeParser> typeParsers,
Version indexVersionCreated,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
ParseFieldMatcher |
IndexQueryParserService.parseFieldMatcher() |
ParseFieldMatcher |
QueryParseContext.parseFieldMatcher() |
| Modifier and Type | Method and Description |
|---|---|
static MultiMatchQueryBuilder.Type |
MultiMatchQueryBuilder.Type.parse(String value,
ParseFieldMatcher parseFieldMatcher) |
static Template |
TemplateQueryParser.parse(String defaultLang,
XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
String... parameters) |
static Template |
TemplateQueryParser.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> parameterMap,
ParseFieldMatcher parseFieldMatcher) |
static Template |
TemplateQueryParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
static MoreLikeThisQueryBuilder.Item |
MoreLikeThisQueryBuilder.Item.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
MoreLikeThisQueryBuilder.Item item)
Parses and returns the given item.
|
static Template |
TemplateQueryParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
String... parameters) |
void |
QueryParseContext.parseFieldMatcher(ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.lucene.search.MultiTermQuery.RewriteMethod |
QueryParsers.parseRewriteMethod(ParseFieldMatcher matcher,
String rewriteMethod) |
static org.apache.lucene.search.MultiTermQuery.RewriteMethod |
QueryParsers.parseRewriteMethod(ParseFieldMatcher matcher,
String rewriteMethod,
org.apache.lucene.search.MultiTermQuery.RewriteMethod defaultRewriteMethod) |
static void |
QueryParsers.setRewriteMethod(org.apache.lucene.search.MultiTermQuery query,
ParseFieldMatcher matcher,
String rewriteMethod) |
| Modifier and Type | Method and Description |
|---|---|
BlobStoreIndexShardSnapshot |
BlobStoreIndexShardSnapshot.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher)
Parses shard snapshot metadata
|
BlobStoreIndexShardSnapshots |
BlobStoreIndexShardSnapshots.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
| Constructor and Description |
|---|
PercolateContext(PercolateShardRequest request,
SearchShardTarget searchShardTarget,
IndexShard indexShard,
IndexService indexService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
ScriptService scriptService,
org.apache.lucene.search.Query aliasFilter,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Field and Description |
|---|---|
protected ParseFieldMatcher |
BlobStoreFormat.parseFieldMatcher |
| Constructor and Description |
|---|
BlobStoreFormat(String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher) |
ChecksumBlobStoreFormat(String codec,
String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher,
boolean compress) |
ChecksumBlobStoreFormat(String codec,
String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher,
boolean compress,
XContentType xContentType) |
LegacyBlobStoreFormat(String blobNameFormat,
FromXContentBuilder<T> reader,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Field and Description |
|---|---|
protected ParseFieldMatcher |
BaseRestHandler.parseFieldMatcher |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestAnalyzeAction.buildFromContent(BytesReference content,
AnalyzeRequest analyzeRequest,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static ClearIndicesCacheRequest |
RestClearIndicesCacheAction.fromRequest(RestRequest request,
ClearIndicesCacheRequest clearIndicesCacheRequest,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static void |
RestSearchAction.parseSearchRequest(SearchRequest searchRequest,
RestRequest request,
ParseFieldMatcher parseFieldMatcher,
BytesReference bodyContent) |
| Modifier and Type | Method and Description |
|---|---|
static Script |
Template.parse(Map<String,Object> config,
boolean removeMatchedEntries,
ParseFieldMatcher parseFieldMatcher) |
S |
AbstractScriptParser.parse(Map<String,Object> config,
boolean removeMatchedEntries,
ParseFieldMatcher parseFieldMatcher) |
static Script |
Script.parse(Map<String,Object> config,
boolean removeMatchedEntries,
ParseFieldMatcher parseFieldMatcher) |
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
ParseFieldMatcher parseFieldMatcher)
Deprecated.
|
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
String defaultLang,
ParseFieldMatcher parseFieldMatcher)
Deprecated.
|
static Template |
Template.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
S |
AbstractScriptParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
static Script |
Script.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
void |
ScriptParameterParser.parseConfig(Map<String,Object> config,
boolean removeMatchedEntries,
ParseFieldMatcher parseFieldMatcher) |
boolean |
ScriptParameterParser.token(String currentFieldName,
XContentParser.Token token,
XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static Aggregator.SubAggCollectionMode |
Aggregator.SubAggCollectionMode.parse(String value,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static SamplerAggregator.ExecutionMode |
SamplerAggregator.ExecutionMode.fromString(String value,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static SignificantTermsAggregatorFactory.ExecutionMode |
SignificantTermsAggregatorFactory.ExecutionMode.fromString(String value,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
static TermsAggregatorFactory.ExecutionMode |
TermsAggregatorFactory.ExecutionMode.fromString(String value,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
MovAvgModel |
HoltWintersModel.HoltWintersModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher) |
MovAvgModel |
SimpleModel.SimpleModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher) |
MovAvgModel |
LinearModel.LinearModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher) |
abstract MovAvgModel |
MovAvgModel.AbstractModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher)
Parse a settings hash that is specific to this model
|
MovAvgModel |
EwmaModel.SingleExpModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher) |
MovAvgModel |
HoltLinearModel.DoubleExpModelParser.parse(Map<String,Object> settings,
String pipelineName,
int windowSize,
ParseFieldMatcher parseFieldMatcher) |
static HoltWintersModel.SeasonalityType |
HoltWintersModel.SeasonalityType.parse(String text,
ParseFieldMatcher parseFieldMatcher)
Parse a string SeasonalityType into the byte enum
|
| Modifier and Type | Field and Description |
|---|---|
protected ParseFieldMatcher |
SearchContext.parseFieldMatcher |
| Modifier and Type | Method and Description |
|---|---|
ParseFieldMatcher |
SearchContext.parseFieldMatcher() |
| Constructor and Description |
|---|
DefaultSearchContext(long id,
ShardSearchRequest request,
SearchShardTarget shardTarget,
Engine.Searcher engineSearcher,
IndexService indexService,
IndexShard indexShard,
ScriptService scriptService,
PageCacheRecycler pageCacheRecycler,
BigArrays bigArrays,
org.apache.lucene.util.Counter timeEstimateCounter,
ParseFieldMatcher parseFieldMatcher,
TimeValue timeout) |
SearchContext(ParseFieldMatcher parseFieldMatcher,
HasContextAndHeaders contextHeaders) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SuggestUtils.parseDirectSpellcheckerSettings(XContentParser parser,
String fieldName,
DirectSpellcheckerSettings suggestion,
ParseFieldMatcher parseFieldMatcher) |
static boolean |
SuggestUtils.parseSuggestContext(XContentParser parser,
MapperService mapperService,
String fieldName,
SuggestionSearchContext.SuggestionContext suggestion,
ParseFieldMatcher parseFieldMatcher) |
| Modifier and Type | Method and Description |
|---|---|
Snapshot |
Snapshot.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
Copyright © 2009–2017. All rights reserved.