OpenSearch/modules
Adrien Grand 013acf9179 Remove MappedFieldType.value. #17557
This commit removes `MappedFieldType.value` and simplifies
`MappedFieldType.valueforSearch`. `valueforSearch` was used to post-process
values that come for stored fields (eg. to convert a long back to a string
representation of a date in the case of a date field) and also values that
are extracted from the source but only in the case of GET calls: it would
not be called when performing source filtering on search requests.

`valueforSearch` is now only called for stored fields, since values that are
extracted from the source should already be formatted as expected.
2016-04-12 09:12:56 +02:00
..
ingest-grok Handle regex parsing errors in Gsub and Grok Processors 2016-03-22 15:06:29 -07:00
lang-expression Remove MappedFieldType.useTermQueryWithQueryString() and isNumeric(). #17599 2016-04-12 08:45:28 +02:00
lang-groovy Remove MappedFieldType.value. #17557 2016-04-12 09:12:56 +02:00
lang-mustache Remove Settings.settingsBuilder. 2016-04-08 18:10:02 +02:00
lang-painless Painless clean up including fixing _score issues and improving type 2016-03-30 16:40:17 -07:00
reindex [reindex] Don't get rejected 2016-03-31 14:50:14 -04:00
build.gradle Enforce isolated mode for all plugins 2016-03-24 09:17:33 +01:00