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

Adds the ability to acquire readers in IndexShard #54966

Merged
merged 23 commits into from
Apr 27, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix javadoc
  • Loading branch information
jimczi committed Apr 24, 2020

Unverified

No user is associated with the committer email.
commit 7e7d757001dfba71d69979f1c1672109b91e090b
Original file line number Diff line number Diff line change
@@ -53,8 +53,7 @@ public void onNewReaderContext(ReaderContext readerContext) {
}

/**
* Adds the {@link Authentication} to the {@link ScrollContext}
* @param readerContext
* Adds the {@link Authentication} to the {@link ReaderContext}
*/
@Override
public void onNewScrollContext(ReaderContext readerContext) {
dnhatn marked this conversation as resolved.
Show resolved Hide resolved
@@ -64,8 +63,8 @@ public void onNewScrollContext(ReaderContext readerContext) {
}

/**
* Checks for the {@link ScrollContext} if it exists and compares the {@link Authentication}
* object from the scroll context with the current authentication context
* compares the {@link Authentication} object from the reader context with the current
* authentication context
*/
@Override
public void validateSearchContext(ReaderContext readerContext, SearchContext searchContext, TransportRequest request) {