-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Closed
Labels
:Search Relevance/HighlightingHow a query matched a documentHow a query matched a document:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchv5.0.0-alpha1
Description
In the current state of the search refactoring the SearchSourceBuilder still holds the highlighter as BytesReference which needs to be parsed later on the shard. This was done to speed up the query refactoring but in order to parse it on the coordinating, we need to make HighlightBuilder and its nested structures (mainly Field) to implement Writeable and override equals and hashcode for testing.
Relates to #10217
Metadata
Metadata
Assignees
Labels
:Search Relevance/HighlightingHow a query matched a documentHow a query matched a document:Search/SearchSearch-related issues that do not fall into other categoriesSearch-related issues that do not fall into other categories>enhancementTeam:Search RelevanceMeta label for the Search Relevance team in ElasticsearchMeta label for the Search Relevance team in Elasticsearchv5.0.0-alpha1