Skip to content

Add support for highlight-field options (#168) - #169

Closed
leeuwr wants to merge 1 commit into
elastic:mainfrom
leeuwr:highlight-field-options
Closed

Add support for highlight-field options (#168)#169
leeuwr wants to merge 1 commit into
elastic:mainfrom
leeuwr:highlight-field-options

Conversation

@leeuwr

@leeuwr leeuwr commented Feb 24, 2022

Copy link
Copy Markdown

Custom highlighters can have custom options, but that functionality is missing in this Java client (but was present in RestHighLevelClient). Note that this functionality is present in Elasticsearch 7.x and 8.x and should be backported.

Closes #168

@leeuwr
leeuwr marked this pull request as ready for review February 24, 2022 10:35
@leeuwr
leeuwr force-pushed the highlight-field-options branch from eb64d2f to f25acda Compare March 3, 2022 10:50
@swallez

swallez commented May 24, 2022

Copy link
Copy Markdown
Contributor

Thanks for your contribution. However, as the code for the Java client is generated, this kind of issue has to be fixed in the API specification that is used to produce this code.

This has been fixed in #292.

@swallez swallez closed this May 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing support for custom options of custom highlighter

3 participants