elasticsearch/x-pack/plugin/mapper-version/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/versionfield Update sources with new SSPL+Elastic-2.0 license headers 2021-02-02 16:10:53 -08:00
main Rename ParseContext to DocumentParserContext (#74963) 2021-07-06 09:15:59 -04:00
test/java/org/elasticsearch/xpack/versionfield Explicitly say if stored fields aren't supported in MapperTestCase (#72474) 2021-04-30 08:59:56 +01:00