OpenSearch/plugins
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
..
analysis-icu Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
analysis-kuromoji Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
analysis-nori Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
analysis-phonetic Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
analysis-smartcn Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
analysis-stempel Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
analysis-ukrainian Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
discovery-azure-classic Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
discovery-ec2 Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
discovery-gce Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
examples Remove deprecated usage of testCompile configuration (#57921) (#58083) 2020-06-14 22:30:44 +02:00
ingest-attachment Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
mapper-annotated-text Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
mapper-murmur3 Add text search information to MappedFieldType (#58230) (#58432) 2020-06-23 14:37:26 +01:00
mapper-size Remove Settings parameter from FieldMapper base class (#58237) 2020-06-18 12:53:54 +01:00
repository-azure Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
repository-gcs Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
repository-hdfs Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
repository-s3 Unify dependency licenses task configuration (#58116) (#58274) 2020-06-18 08:15:50 +02:00
store-smb [7.x] Optimize which Rest resources are used by the Rest tests… (#53766) 2020-03-19 12:28:59 -05:00
transport-nio 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