elasticsearch/plugins/mapper-annotated-text
Alan Woodward 57316e26af
Add text search information to MappedFieldType (#58230)
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 13:37:49 +01:00
..
src Add text search information to MappedFieldType (#58230) 2020-06-23 13:37:49 +01:00
build.gradle Optimize which Rest resources are used by the Rest tests. (#53299) 2020-03-18 09:09:29 -05:00