Skip to content

Conversation

@romseygeek
Copy link
Contributor

This conforms with lucene's LeafReader naming convention, and
matches other per-segment structures in elasticsearch.

This conforms with lucene's LeafReader naming convention, and
matches other per-segment structures in elasticsearch.
@romseygeek romseygeek added :Search/Search Search-related issues that do not fall into other categories >refactoring v8.0.0 v7.7.0 labels Mar 13, 2020
@romseygeek romseygeek self-assigned this Mar 13, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search (:Search/Search)

Copy link
Contributor

@mayya-sharipova mayya-sharipova left a comment

Choose a reason for hiding this comment

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

Thanks @romseygeek, renaming makes sense.

import java.util.Collections;

final class BytesBinaryDVAtomicFieldData implements AtomicFieldData {
final class BytesBinaryDVLeafFieldData implements LeafFieldData {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: ScriptDocValues.java in a comment still mentions the old name of this class, would be nice to change the comment as well.

@romseygeek romseygeek force-pushed the refactoring/atomicfielddata branch from 2057b95 to 8552eb8 Compare March 17, 2020 11:02
@romseygeek
Copy link
Contributor Author

@elasticmachine run elasticsearch-ci/1

@romseygeek romseygeek merged commit 3e607d9 into elastic:master Mar 17, 2020
@romseygeek romseygeek deleted the refactoring/atomicfielddata branch March 17, 2020 12:26
romseygeek added a commit that referenced this pull request Mar 17, 2020
This conforms with lucene's LeafReader naming convention, and
matches other per-segment structures in elasticsearch.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

>refactoring :Search/Search Search-related issues that do not fall into other categories v7.7.0 v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants