This file contains hidden or 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
curl -XPOST localhost:9200/test | |
curl -XPOST localhost:9200/test/_close | |
curl -XPUT localhost:9200/test/_settings -d '{ | |
"settings": { | |
"analysis" :{ | |
"analyzer": { | |
"my_analyzer": { | |
"type": "custom", |
This file contains hidden or 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
curl -XPOST 'http://localhost:9200/test/?pretty=1' -d '{ | |
"settings": { | |
"analysis":{ | |
"analyzer": { | |
"my_analyzer": { | |
"type": "custom", | |
"filter": ["my_shingle_filter"], | |
"tokenizer": "standard" | |
} | |
}, |
This file contains hidden or 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
--- before-licenses-trimmed 2020-07-10 12:03:16.000000000 -0700 | |
+++ after-licenses-trimmed 2020-07-10 12:03:39.000000000 -0700 | |
@@ -1,1181 +1,170 @@ | |
.. | |
-FastInfoset-1.2.16.jar | |
-accessors-smart-1.2.jar | |
-achilles-common-6.0.2.jar | |
-achilles-core-6.0.2.jar | |
-achilles-embedded-6.0.2.jar |
OlderNewer