Skip to content

Commit

Permalink
no need to resolve index name as only concrete index names are used
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnvg committed May 30, 2018
1 parent 7f997ed commit 4445477
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected Response shardOperation(Request request, ShardId shardId) throws IOExc

@Override
protected boolean resolveIndex(Request request) {
return true;
return false;
}

@Override
Expand Down

0 comments on commit 4445477

Please sign in to comment.