Skip to content

Commit

Permalink
Remove query that was filtered to heavily during index opeeration
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed May 11, 2022
1 parent 9369bb7 commit 1d8ae25
Showing 1 changed file with 7 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,19 +103,14 @@ public void testNonSSLReindex() throws Exception {
String reindex = "{"+
"\"source\": {"+
"\"remote\": {"+
"\"host\": \"http://"+cl2Info.httpHost+":"+cl2Info.httpPort+"\","+
"\"username\": \"nagilum\","+
"\"password\": \"nagilum\""+
"},"+
"\"index\": \"twitter\","+
"\"size\": 10,"+
"\"query\": {"+
"\"match\": {"+
"\"_type\": \"_doc\""+
"}"+
"}"+
"\"host\": \"http://"+cl2Info.httpHost+":"+cl2Info.httpPort+"\","+
"\"username\": \"nagilum\","+
"\"password\": \"nagilum\""+
"},"+
"\"index\": \"twitter\","+
"\"size\": 10"+
"},"+
"\"dest\": {"+
"\"dest\": {"+
"\"index\": \"twutter\""+
"}"+
"}";
Expand Down

0 comments on commit 1d8ae25

Please sign in to comment.