Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move as much as possible into abstract Engine #9678

Closed
wants to merge 1 commit into from

Conversation

dakrone
Copy link
Member

@dakrone dakrone commented Feb 12, 2015

This paves the way for more shared code between the InternalEngine and
ShadowEngine by way of the abstract Engine class. No actual
functionality has been changed.

@@ -181,6 +198,35 @@ public Condition newCondition() {

public abstract void delete(DeleteByQuery delete) throws EngineException;

protected GetResult getFromSearcher(Get get) throws EngineException {
Copy link
Contributor

Choose a reason for hiding this comment

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

can this be final?

@s1monw
Copy link
Contributor

s1monw commented Feb 13, 2015

left minor comments LGTM feel free to push once fixed

This paves the way for more shared code between the `InternalEngine` and
`ShadowEngine` by way of the abstract `Engine` class. No actual
functionality has been changed.
@dakrone
Copy link
Member Author

dakrone commented Feb 13, 2015

Merged this to 1.x and master

@dakrone dakrone closed this Feb 13, 2015
@dakrone dakrone deleted the abstract-engine branch April 6, 2015 17:50
@clintongormley clintongormley changed the title [CORE] Move as much as possible into abstract Engine Move as much as possible into abstract Engine Jun 7, 2015
@clintongormley clintongormley added :Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. :Distributed/Engine Anything around managing Lucene and the Translog in an open shard. and removed :Engine :Distributed/Distributed A catch all label for anything in the Distributed Area. If you aren't sure, use this one. labels Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed/Engine Anything around managing Lucene and the Translog in an open shard. >enhancement v1.5.0 v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants