Skip to content

Make HighlightBuilder implement Writable  #15044

@cbuescher

Description

@cbuescher

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions