OpenSearch/modules
Alan Woodward 8ebd341710
Add text search information to MappedFieldType (#58230) (#58432)
Now that MappedFieldType no longer extends lucene's FieldType, we need to have a
way of getting the index information about a field necessary for building text queries,
building term vectors, highlighting, etc. This commit introduces a new TextSearchInfo
abstraction that holds this information, and a getTextSearchInfo() method to
MappedFieldType to make it available. Field types that do not support text search can
just return null here.

This allows us to remove the MapperService.getLuceneFieldType() shim method.
2020-06-23 14:37:26 +01:00
..
aggs-matrix-stats MappedFieldType should not extend FieldType (#58160) 2020-06-16 16:56:43 +01:00
analysis-common Support multiple tokens on LHS in stemmer_override rules (#56113) (#56484) 2020-05-29 22:34:31 +02:00
geo Add geo_shape mapper supporting doc-values in Spatial Plugin (#55037) (#55500) 2020-04-22 08:12:54 -07:00
ingest-common Add optional description parameter to ingest processors. (#57906) (#58152) 2020-06-15 19:27:57 -07:00
ingest-geoip Add optional description parameter to ingest processors. (#57906) (#58152) 2020-06-15 19:27:57 -07:00
ingest-user-agent Add optional description parameter to ingest processors. (#57906) (#58152) 2020-06-15 19:27:57 -07:00
kibana Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
lang-expression Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
lang-mustache [7.x] Rename template V2 classes to ComposableTemplate (#57183) (#57232) 2020-05-27 11:01:59 -06:00
lang-painless Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
mapper-extras Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
parent-join Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
percolator Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
rank-eval Refactor how to determine if a field is metafield (#57378) (#57771) 2020-06-08 09:16:18 -04:00
reindex Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
repository-url Remove more //NORELEASE (#57517) 2020-06-05 15:34:06 +02:00
systemd Encapsulate systemd extender 2020-04-20 21:17:42 -04:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00