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
Thread [TEST-DecayFunctionScoreTests.testBoostModeSettingWorks-seed#[566D4516876EE0AF]] (Suspended (breakpoint at line 34 in ElasticSearchParseException)) | |
owns: Class<T> (org.elasticsearch.common.inject.InjectorImpl) (id=3217) | |
owns: TestCluster (id=3748) | |
ElasticSearchParseException.<init>(String, Throwable) line: 34 | |
ByteSizeValue.parseBytesSizeValue(String, ByteSizeValue) line: 164 | |
ByteSizeValue.parseBytesSizeValue(String) line: 137 | |
DiskThresholdDecider.thresholdBytesFromWatermark(String) line: 319 | |
DiskThresholdDecider.<init>(Settings, NodeSettingsService) line: 128 | |
NativeConstructorAccessorImpl.newInstance0(Constructor, Object[]) line: not available [native method] | |
NativeConstructorAccessorImpl.newInstance(Object[]) line: 57 |
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/scorescripttest/test/" -d' | |
{ | |
"tags": [ | |
"dressing room", | |
"zebrawood", | |
"wood", | |
"oak", | |
"on your person", | |
"seating", | |
"chair", |
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
POST hire-wire/programmer/_search | |
POST hire-wire/programmer/_search | |
{ | |
"script_fields": { | |
"distance_from_berlin": { | |
"script": "doc['home'].arcDistanceInKm(52.5,13.5)" | |
} | |
}, | |
"fields": [ |
NewerOlder