| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Alias |
Alias.fromXContent(XContentParser parser)
Parses an alias and returns its parsed representation
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
MultiGetRequest.parseDocuments(XContentParser parser,
List<MultiGetRequest.Item> items) |
static void |
MultiGetRequest.parseDocuments(XContentParser parser,
List<MultiGetRequest.Item> items,
String defaultIndex,
String defaultType,
String[] defaultFields,
FetchSourceContext defaultFetchSource,
String defaultRouting,
boolean allowExplicitIndex) |
static void |
MultiGetRequest.parseIds(XContentParser parser,
List<MultiGetRequest.Item> items) |
static void |
MultiGetRequest.parseIds(XContentParser parser,
List<MultiGetRequest.Item> items,
String defaultIndex,
String defaultType,
String[] defaultFields,
FetchSourceContext defaultFetchSource,
String defaultRouting) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
TermVectorsRequest.parseRequest(TermVectorsRequest termVectorsRequest,
XContentParser parser)
populates a request object (pre-populated with defaults) based on a parser.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RepositoriesMetaData |
RepositoriesMetaData.fromXContent(XContentParser parser) |
MetaData.Custom |
MetaData.Custom.fromXContent(XContentParser parser) |
static MetaData |
MetaData.Builder.fromXContent(XContentParser parser) |
IndexMetaData.Custom |
IndexMetaData.Custom.fromXContent(XContentParser parser) |
static IndexMetaData |
IndexMetaData.Builder.fromXContent(XContentParser parser) |
static AliasMetaData |
AliasMetaData.Builder.fromXContent(XContentParser parser) |
MetaData |
MetaData.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
IndexMetaData |
IndexMetaData.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
static IndexTemplateMetaData |
IndexTemplateMetaData.Builder.fromXContent(XContentParser parser,
String templateName) |
void |
MappingMetaData.parse(XContentParser parser,
MappingMetaData.ParseContext parseContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MoveAllocationCommand |
MoveAllocationCommand.Factory.fromXContent(XContentParser parser) |
CancelAllocationCommand |
CancelAllocationCommand.Factory.fromXContent(XContentParser parser) |
static AllocationCommands |
AllocationCommands.fromXContent(XContentParser parser)
Reads
AllocationCommands from a XContentParser
{
"commands" : [
{"allocate" : {"index" : "test", "shard" : 0, "node" : "test"}}
]
}
|
T |
AllocationCommand.Factory.fromXContent(XContentParser parser)
|
AllocateAllocationCommand |
AllocateAllocationCommand.Factory.fromXContent(XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static GeoPoint |
GeoUtils.parseGeoPoint(XContentParser parser)
Parse a
GeoPoint with a XContentParser: |
static GeoPoint |
GeoUtils.parseGeoPoint(XContentParser parser,
GeoPoint point)
Parse a
GeoPoint with a XContentParser. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static ShapeBuilder |
ShapeBuilder.parse(XContentParser parser)
Create a new
ShapeBuilder from XContent |
static ShapeBuilder |
ShapeBuilder.GeoShapeType.parse(XContentParser parser) |
static ShapeBuilder |
ShapeBuilder.parse(XContentParser parser,
GeoShapeFieldMapper geoDocMapper)
Create a new
ShapeBuilder from XContent |
static ShapeBuilder |
ShapeBuilder.GeoShapeType.parse(XContentParser parser,
GeoShapeFieldMapper shapeMapper)
Parse the geometry specified by the source document and return a ShapeBuilder instance used to
build the actual geometry
|
protected static GeometryCollectionBuilder |
ShapeBuilder.GeoShapeType.parseGeometries(XContentParser parser,
GeoShapeFieldMapper mapper)
Parse the geometries array of a GeometryCollection
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Map<String,String> |
XContentSettingsLoader.load(XContentParser jp) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static Fuzziness |
Fuzziness.parse(XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
XContent.createParser(byte[] data)
Creates a parser over the provided bytes.
|
XContentParser |
XContent.createParser(byte[] data,
int offset,
int length)
Creates a parser over the provided bytes.
|
static XContentParser |
XContentHelper.createParser(BytesReference bytes) |
XContentParser |
XContent.createParser(BytesReference bytes)
Creates a parser over the provided bytes.
|
XContentParser |
XContent.createParser(InputStream is)
Creates a parser over the provided input stream.
|
XContentParser |
XContent.createParser(Reader reader)
Creates a parser over the provided reader.
|
XContentParser |
XContent.createParser(String content)
Creates a parser over the provided string content.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
XContentHelper.copyCurrentEvent(XContentGenerator generator,
XContentParser parser) |
static void |
XContentHelper.copyCurrentStructure(XContentGenerator generator,
XContentParser parser) |
void |
XContentGenerator.copyCurrentStructure(XContentParser parser) |
XContentBuilder |
XContentBuilder.copyCurrentStructure(XContentParser parser) |
T |
FromXContentBuilder.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher)
Parses an object with the type T from parser
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
CborXContentParser |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
CborXContent.createParser(byte[] data) |
XContentParser |
CborXContent.createParser(byte[] data,
int offset,
int length) |
XContentParser |
CborXContent.createParser(BytesReference bytes) |
XContentParser |
CborXContent.createParser(InputStream is) |
XContentParser |
CborXContent.createParser(Reader reader) |
XContentParser |
CborXContent.createParser(String content) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
JsonXContentParser |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
JsonXContent.createParser(byte[] data) |
XContentParser |
JsonXContent.createParser(byte[] data,
int offset,
int length) |
XContentParser |
JsonXContent.createParser(BytesReference bytes) |
XContentParser |
JsonXContent.createParser(InputStream is) |
XContentParser |
JsonXContent.createParser(Reader reader) |
XContentParser |
JsonXContent.createParser(String content) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
JsonXContentGenerator.copyCurrentStructure(XContentParser parser) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
SmileXContentParser |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
SmileXContent.createParser(byte[] data) |
XContentParser |
SmileXContent.createParser(byte[] data,
int offset,
int length) |
XContentParser |
SmileXContent.createParser(BytesReference bytes) |
XContentParser |
SmileXContent.createParser(InputStream is) |
XContentParser |
SmileXContent.createParser(Reader reader) |
XContentParser |
SmileXContent.createParser(String content) |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
AbstractXContentParser |
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
YamlXContentParser |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
YamlXContent.createParser(byte[] data) |
XContentParser |
YamlXContent.createParser(byte[] data,
int offset,
int length) |
XContentParser |
YamlXContent.createParser(BytesReference bytes) |
XContentParser |
YamlXContent.createParser(InputStream is) |
XContentParser |
YamlXContent.createParser(Reader reader) |
XContentParser |
YamlXContent.createParser(String content) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
abstract T |
MetaDataStateFormat.fromXContent(XContentParser parser)
Reads a new instance of the state from the given XContentParser
Subclasses need to implement this class for theirs specific state.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
SourceToParse.parser() |
abstract XContentParser |
ParseContext.parser() |
XContentParser |
ParseContext.InternalParseContext.parser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ParseContext.InternalParseContext.reset(XContentParser parser,
ParseContext.Document document,
SourceToParse source) |
static SourceToParse |
SourceToParse.source(XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
XContentParser |
QueryParseContext.parser() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ParsedQuery |
IndexQueryParserService.parse(QueryParseContext context,
XContentParser parser) |
static Template |
TemplateQueryParser.parse(String defaultLang,
XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
String... parameters) |
ParsedQuery |
IndexQueryParserService.parse(XContentParser parser) |
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) |
ParsedQuery |
IndexQueryParserService.parseInnerFilter(XContentParser parser)
Parses an inner filter, returning null if the filter should be ignored.
|
org.apache.lucene.search.Query |
IndexQueryParserService.parseInnerQuery(XContentParser parser) |
void |
QueryParseContext.parser(XContentParser parser) |
void |
QueryParseContext.reset(XContentParser jp) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScoreFunction |
ScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
ScoreFunction |
DecayFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser)
Parses bodies of the kind
{
"fieldname1" : {
"origin" = "someValue",
"scale" = "someValue"
}
}
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScoreFunction |
FactorParser.parse(QueryParseContext parseContext,
XContentParser parser)
非推奨です。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScoreFunction |
FieldValueFactorFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScoreFunction |
RandomScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ScoreFunction |
ScriptScoreFunctionParser.parse(QueryParseContext parseContext,
XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static void |
InnerHitsQueryParserHelper.parseCommonInnerHitOptions(XContentParser parser,
XContentParser.Token token,
String fieldName,
SubSearchContext subSearchContext,
SortParseElement sortParseElement,
FetchSourceParseElement sourceParseElement,
HighlighterParseElement highlighterParseElement,
ScriptFieldsParseElement scriptFieldsParseElement,
FieldDataFieldsParseElement fieldDataFieldsParseElement) |
| コンストラクタと説明 |
|---|
NestedInnerQueryParseSupport(XContentParser parser,
SearchContext searchContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
StatsGroupsParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static BlobStoreIndexShardSnapshot.FileInfo |
BlobStoreIndexShardSnapshot.FileInfo.fromXContent(XContentParser parser)
Parses JSON that represents file info
|
BlobStoreIndexShardSnapshots |
BlobStoreIndexShardSnapshots.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
BlobStoreIndexShardSnapshot |
BlobStoreIndexShardSnapshot.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher)
Parses shard snapshot metadata
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract S |
AbstractScriptParser.createSimpleScript(XContentParser parser) |
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
ParseFieldMatcher parseFieldMatcher)
非推奨です。
|
static Template |
Template.parse(XContentParser parser,
Map<String,ScriptService.ScriptType> additionalTemplateFieldNames,
String defaultLang,
ParseFieldMatcher parseFieldMatcher)
非推奨です。
|
static Template |
Template.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
static Script |
Script.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
S |
AbstractScriptParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
protected abstract String |
AbstractScriptParser.parseInlineScript(XContentParser parser) |
boolean |
ScriptParameterParser.token(String currentFieldName,
XContentParser.Token token,
XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
SearchParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
Aggregator.Parser.parse(String aggregationName,
XContentParser parser,
SearchContext context)
Returns the aggregator factory with which this parser is associated, may return
null indicating the
aggregation should be skipped (e.g. when trying to aggregate on unmapped fields). |
void |
AggregationParseElement.parse(XContentParser parser,
SearchContext context) |
void |
AggregationBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
AggregatorFactories |
AggregatorParsers.parseAggregators(XContentParser parser,
SearchContext context)
Parses the aggregation request recursively generating aggregator factories in turn.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ChildrenParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
FilterParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
FiltersParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoHashGridParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GlobalParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
HistogramParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
AggregatorFactory |
DateHistogramParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
MissingParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ReverseNestedParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
AggregatorFactory |
NestedParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
RangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
DateRangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoDistanceParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
IpRangeParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
SamplerParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
SignificantTermsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
void |
SignificantTermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SignificanceHeuristic |
SignificanceHeuristicParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
ScriptHeuristic.ScriptHeuristicParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
PercentageScore.PercentageScoreParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
NXYSignificanceHeuristic.NXYParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
JLHScore.JLHScoreParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
SignificanceHeuristic |
GND.GNDParser.parse(XContentParser parser,
ParseFieldMatcher parseFieldMatcher,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
TermsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
void |
AbstractTermsParametersParser.parse(String aggregationName,
XContentParser parser,
SearchContext context,
ValuesSourceParser vsParser,
IncludeExclude.Parser incExcParser) |
void |
TermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
abstract void |
AbstractTermsParametersParser.parseSpecial(String aggregationName,
XContentParser parser,
SearchContext context,
XContentParser.Token token,
String currentFieldName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
IncludeExclude.Parser.token(String currentFieldName,
XContentParser.Token token,
XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
NumericValuesSourceMetricsAggregatorParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
CardinalityParser.parse(String name,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoBoundsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
GeoCentroidParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
AbstractPercentilesParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ScriptedMetricParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ExtendedStatsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
TopHitsParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AggregatorFactory |
ValueCountParser.parse(String aggregationName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
PipelineAggregator.Parser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context)
Returns the pipeline aggregator factory with which this parser is
associated.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketMetricsParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketScriptParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
CumulativeSumParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
DerivativeParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
BucketSelectorParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
MovAvgParser.parse(String pipelineAggregatorName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
PipelineAggregatorFactory |
SerialDiffParser.parse(String reducerName,
XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
ValuesSourceParser.token(String currentFieldName,
XContentParser.Token token,
XContentParser parser) |
boolean |
GeoPointParser.token(String currentFieldName,
XContentParser.Token token,
XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected abstract void |
FetchSubPhaseParseElement.innerParse(XContentParser parser,
SubPhaseContext fetchSubPhaseContext,
SearchContext searchContext)
Implement the actual parsing here.
|
void |
FieldsParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FetchSubPhaseParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ExplainParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
protected void |
FieldDataFieldsParseElement.innerParse(XContentParser parser,
FieldDataFieldsContext fieldDataFieldsContext,
SearchContext searchContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
InnerHitsParseElement.parse(XContentParser parser,
SearchContext searchContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ScriptFieldsParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FetchSourceContext |
FetchSourceParseElement.parse(XContentParser parser) |
void |
FetchSourceParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
VersionParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SearchContextHighlight |
HighlighterParseElement.parse(XContentParser parser,
IndexQueryParserService queryParserService) |
void |
HighlighterParseElement.parse(XContentParser parser,
SearchContext context) |
protected org.elasticsearch.search.highlight.SearchContextHighlight.FieldOptions.Builder |
HighlighterParseElement.parseFields(XContentParser parser,
IndexQueryParserService queryParserService) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ProfileParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TimeoutParseElement.parse(XContentParser parser,
SearchContext context) |
void |
TerminateAfterParseElement.parse(XContentParser parser,
SearchContext context) |
void |
SizeParseElement.parse(XContentParser parser,
SearchContext context) |
void |
QueryParseElement.parse(XContentParser parser,
SearchContext context) |
void |
QueryBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
void |
PostFilterParseElement.parse(XContentParser parser,
SearchContext context) |
void |
MinScoreParseElement.parse(XContentParser parser,
SearchContext context) |
void |
IndicesBoostParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FromParseElement.parse(XContentParser parser,
SearchContext context) |
void |
FilterBinaryParseElement.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RescoreSearchContext |
Rescorer.parse(XContentParser parser,
SearchContext context)
Parses the
RescoreSearchContext for this impelementation |
void |
RescoreParseElement.parse(XContentParser parser,
SearchContext context) |
RescoreSearchContext |
QueryRescorer.parse(XContentParser parser,
SearchContext context) |
void |
RescoreParseElement.parseSingleRescoreContext(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
TrackScoresParseElement.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
SortParser.parse(XContentParser parser,
SearchContext context) |
void |
SortParseElement.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
ScriptSortParser.parse(XContentParser parser,
SearchContext context) |
org.apache.lucene.search.SortField |
GeoDistanceSortParser.parse(XContentParser parser,
SearchContext context) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
SuggestContextParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
void |
SuggestParseElement.parse(XContentParser parser,
SearchContext context) |
static boolean |
SuggestUtils.parseDirectSpellcheckerSettings(XContentParser parser,
String fieldName,
DirectSpellcheckerSettings suggestion,
ParseFieldMatcher parseFieldMatcher) |
SuggestionSearchContext |
SuggestParseElement.parseInternal(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
String index,
int shardId,
HasContextAndHeaders headersContext) |
static boolean |
SuggestUtils.parseSuggestContext(XContentParser parser,
MapperService mapperService,
String fieldName,
SuggestionSearchContext.SuggestionContext suggestion,
ParseFieldMatcher parseFieldMatcher) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
CompletionSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ContextMapping.ContextConfig |
GeolocationContextMapping.parseContext(ParseContext parseContext,
XContentParser parser) |
abstract ContextMapping.ContextConfig |
ContextMapping.parseContext(ParseContext parseContext,
XContentParser parser)
A
ContextMapping combined with the information provided by a document
form a ContextMapping.ContextConfig which is used to build the underlying FST. |
ContextMapping.ContextConfig |
CategoryContextMapping.parseContext(ParseContext parseContext,
XContentParser parser) |
static List<ContextMapping.ContextQuery> |
ContextMapping.ContextQuery.parseQueries(Map<String,ContextMapping> mappings,
XContentParser parser)
Parse a set of
ContextMapping.ContextQuery according to a given mapping |
org.elasticsearch.search.suggest.context.GeolocationContextMapping.GeoQuery |
GeolocationContextMapping.parseQuery(String name,
XContentParser parser) |
abstract ContextMapping.ContextQuery |
ContextMapping.parseQuery(String name,
XContentParser parser)
Parse a query according to the context.
|
org.elasticsearch.search.suggest.context.CategoryContextMapping.FieldQuery |
CategoryContextMapping.parseQuery(String name,
XContentParser parser) |
protected static Collection<String> |
GeolocationContextMapping.parseSinglePointOrList(XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
PhraseSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
void |
PhraseSuggestParser.parseSmoothingModel(XContentParser parser,
org.elasticsearch.search.suggest.phrase.PhraseSuggestionContext suggestion,
String fieldName) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SuggestionSearchContext.SuggestionContext |
TermSuggestParser.parse(XContentParser parser,
MapperService mapperService,
IndexQueryParserService queryParserService,
HasContextAndHeaders headersContext) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
IndexWarmersMetaData |
IndexWarmersMetaData.fromXContent(XContentParser parser) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static SnapshotShardFailure |
SnapshotShardFailure.fromXContent(XContentParser parser)
Deserializes snapshot failure information from JSON
|
static Snapshot |
Snapshot.fromXContent(XContentParser parser) |
Snapshot |
Snapshot.fromXContent(XContentParser parser,
ParseFieldMatcher parseFieldMatcher) |
Copyright © 2009–2016. All rights reserved.