-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch '2.x' into backport2.x-1930
Signed-off-by: Mitchell Gale <Mitchell.gale@improving.com>
- Loading branch information
Showing
7 changed files
with
7 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
{"index":{"_id":"1"}} | ||
{"message":{"info":"a","author":"e","dayOfWeek":1},"comment":{"data":"ab","likes":3},"myNum":1,"someField":"b"} | ||
{"index":{"_id":"2"}} | ||
{"message":{"info":"b","author":"f","dayOfWeek":2},"comment":{"data":"aa","likes":2},"myNum":2,"someField":"a"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,11 @@ | ||
{"index":{"_id":"0"}} | ||
{"Body":"test wildcard"} | ||
{"index":{"_id":"1"}} | ||
{"Body":"test wildcard in the end of the text%"} | ||
{"index":{"_id":"2"}} | ||
{"Body":"%test wildcard in the beginning of the text"} | ||
{"index":{"_id":"3"}} | ||
{"Body":"test wildcard in % the middle of the text"} | ||
{"index":{"_id":"4"}} | ||
{"Body":"test wildcard %% beside each other"} | ||
{"index":{"_id":"5"}} | ||
{"Body":"test wildcard in the end of the text_"} | ||
{"index":{"_id":"6"}} | ||
{"Body":"_test wildcard in the beginning of the text"} | ||
{"index":{"_id":"7"}} | ||
{"Body":"test wildcard in _ the middle of the text"} | ||
{"index":{"_id":"8"}} | ||
{"Body":"test wildcard __ beside each other"} | ||
{"index":{"_id":"9"}} | ||
{"Body":"test backslash wildcard \\_"} | ||
{"index":{"_id":"10"}} | ||
{"Body":"tEsT wIlDcArD sensitive cases"} |