Skip to content

Postings highlighter deprecation#25073

Merged
jimczi merged 5 commits intoelastic:5.xfrom
jimczi:postings_highlighter_deprecation
Jun 9, 2017
Merged

Postings highlighter deprecation#25073
jimczi merged 5 commits intoelastic:5.xfrom
jimczi:postings_highlighter_deprecation

Conversation

@jimczi
Copy link
Copy Markdown
Contributor

@jimczi jimczi commented Jun 6, 2017

The postings highlighter is deprecated in Lucene and will be replaced by the unified.
This change adds a deprecation warning for removal in 6.0.

Relates #25028

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this way we will issue a deprecation warning for each hit, each field. Should we try to do it for each document at least? or maybe we can do it for each request, that would be even better.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I tried to limit to one per request in this change:
31ee145
Can you take another look ?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed in 6.0.

@jimczi jimczi force-pushed the postings_highlighter_deprecation branch from 31ee145 to 9b6f1bb Compare June 6, 2017 18:37
@jimczi jimczi added v5.6.0 and removed v5.5.0 labels Jun 7, 2017
@jimczi jimczi force-pushed the postings_highlighter_deprecation branch from 9c4eb4d to 89822b8 Compare June 9, 2017 11:08
@jimczi jimczi removed the review label Jun 9, 2017
@jimczi jimczi merged commit 1ecb1c5 into elastic:5.x Jun 9, 2017
@jimczi jimczi deleted the postings_highlighter_deprecation branch June 9, 2017 11:45
@jimczi
Copy link
Copy Markdown
Contributor Author

jimczi commented Jun 9, 2017

Thanks @nik9000 and @javanna

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.

3 participants