elasticsearch/x-pack/plugin/mapper-constant-keyword/src
Luca Cavanna c6641bf00c
Rename ParseContext to DocumentParserContext (#74963)
ParseContext is used to parse documents. It was easily confused with ParserContext (now renamed to MappingParserContext) which is instead used to parse mappings.

To remove any confusion, this commit renames ParseContext to DocumentParserContext and adapts its subclasses accordingly.
2021-07-06 09:15:59 -04:00
..
internalClusterTest/java/org/elasticsearch/xpack/constantkeyword/mapper Make Document a top-level class (#74472) 2021-06-24 10:56:30 +02:00
main/java/org/elasticsearch/xpack/constantkeyword Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
test/java/org/elasticsearch/xpack/constantkeyword/mapper Handle ignored fields directly in SourceValueFetcher (#68738) 2021-02-16 15:19:15 +00:00