Skip to content

Instantly share code, notes, and snippets.

@guoxiaolu
Last active April 18, 2018 03:14
Show Gist options
  • Save guoxiaolu/430cd0d64fa738c08a4b4a586d9aa267 to your computer and use it in GitHub Desktop.
Save guoxiaolu/430cd0d64fa738c08a4b4a586d9aa267 to your computer and use it in GitHub Desktop.
es instruction
curl -s -XPUT 'http://localhost:9200/image_search_tmp?pretty' -d '{
"settings" : {
"analysis": {
"analyzer": {
"payload_analyzer": {
"type": "custom",
"tokenizer":"whitespace",
"filter":"delimited_payload_filter"
}
}
}
}
}'
curl -s -XPUT 'http://localhost:9200/image_search_tmp/_mapping/image?pretty' -d '
{
"image" : {
"properties" : {
"signature": {
"type": "text",
"term_vector": "with_positions_offsets_payloads",
"analyzer" : "payload_analyzer"
}
}
}
}
'
curl -s -XPUT 'http://localhost:9200/image_search_tmp?pretty' -d '{
"settings" : {
"analysis": {
"analyzer": {
"payload_analyzer": {
"type": "custom",
"tokenizer":"whitespace",
"filter":"delimited_payload_filter"
}
}
}
},
"mappings": {
"image" : {
"properties" : {
"signature": {
"type": "text",
"term_vector": "with_positions_offsets_payloads",
"analyzer" : "payload_analyzer"
}
}
}
}
}'
curl -s -XPOST 'http://localhost:9200/image_search/image/_search?pretty' -d '
{
"query": {
"function_score": {
"query" : {
"bool" : {
"should" : [
{ "term" : {"top_1" : 521}},
{ "term" : {"top_2" : 521}},
{ "term" : {"top_3" : 521}}
]
}
},
"script_score": {
"script": {
"inline": "payload_vector_score",
"lang": "native",
"params": {
"field": "signature",
"vector": [0.15191778540611267, 0.9116442203521729, 0.5474895238876343, 0.13752852380275726, 0.3628004789352417, 0.24898211658000946, 0.21913857758045197, 0.7899333238601685, 0.39295831322669983, 0.23070083558559418, 0.5011995434761047, 0.6392593383789062, 0.4865974485874176, 0.4152217209339142, 0.575247049331665, 0.8099488019943237, 0.7730967402458191, 0.5423996448516846, 0.3509787917137146, 0.8308897614479065, 0.3531034290790558, 0.23617903888225555, 0.1256505697965622, 0.19812215864658356, 0.6397538185119629, 0.6503108739852905, 0.7487128973007202, 0.8891299962997437, 0.7213552594184875, 0.6540147066116333, 0.8332844376564026, 0.9569740891456604, 0.8468811511993408, 0.3338959217071533, 0.7223336100578308, 0.11747977882623672, 0.6930133104324341, 0.4283175766468048, 0.7028919458389282, 0.5930078029632568, 0.9480078816413879, 0.4251558780670166, 0.5823050737380981, 0.2714710235595703, 0.8218727707862854, 0.4159943163394928, 0.9704837799072266, 0.9070011973381042, 0.2996218204498291, 0.19074803590774536, 0.1425076425075531, 0.15085890889167786, 0.9404157400131226, 0.9806007146835327, 0.9176903367042542, 0.9805057048797607, 0.6613147258758545, 0.9051029086112976, 0.9437553882598877, 0.9838195443153381, 0.9405015110969543, 0.34374356269836426, 0.35917121171951294, 0.6497191786766052, 0.889195442199707, 0.6785956621170044, 0.8980985283851624, 0.8201801180839539, 0.7367488145828247, 0.15336710214614868, 0.9946491122245789, 0.9199151396751404, 0.8205235004425049, 0.9605493545532227, 0.9933522343635559, 0.9532503485679626, 0.6829608082771301, 0.9678229689598083, 0.9899230003356934, 0.9920967221260071, 0.547877848148346, 0.5245762467384338, 0.33342796564102173, 0.30192381143569946, 0.9464408159255981, 0.24079689383506775, 0.31573179364204407, 0.3677508533000946, 0.5826816558837891, 0.6390873789787292, 0.9432095289230347, 0.12101835012435913, 0.34557923674583435, 0.20101650059223175, 0.9779558777809143, 0.2896634340286255, 0.2510717809200287, 0.18795806169509888, 0.01023867167532444, 0.18434852361679077, 0.4051607549190521, 0.02497958205640316, 0.23321455717086792, 0.09801916778087616, 0.15706570446491241, 0.038276925683021545, 0.13216149806976318, 0.6746559739112854, 0.9995223879814148, 0.7776578068733215, 0.9554954171180725, 0.8964961171150208, 0.981907844543457, 0.9996379017829895, 0.9906386733055115, 0.992621898651123, 0.9182552695274353, 0.9711794257164001, 0.49624335765838623, 0.8594778180122375, 0.8187769055366516, 0.25930148363113403, 0.3660247027873993, 0.6925151944160461, 0.9349228143692017, 0.9964892864227295, 0.9694479703903198, 0.09965379536151886, 0.12724585831165314, 0.2930990159511566, 0.8602678775787354, 0.37969261407852173, 0.47964760661125183, 0.21776822209358215, 0.3435713052749634, 0.5456905364990234, 0.3927910625934601, 0.05604729428887367, 0.09062046557664871, 0.5816646218299866, 0.2807675302028656, 0.1476641148328781, 0.06547488272190094, 0.18639811873435974, 0.22547116875648499, 0.19749297201633453, 0.14556525647640228, 0.11035556346178055, 0.09618285298347473, 0.19200752675533295, 0.13905982673168182, 0.8534901142120361, 0.6710757613182068, 0.6755596995353699, 0.6564404964447021, 0.8394885659217834, 0.5714292526245117, 0.8709163665771484, 0.6936071515083313, 0.6372330188751221, 0.3426402509212494, 0.5103113055229187, 0.5162144303321838, 0.46879178285598755, 0.1205945685505867, 0.16228313744068146, 0.06951034069061279, 0.09799706190824509, 0.4791439175605774, 0.11471385508775711, 0.19585004448890686, 0.8450241684913635, 0.6311105489730835, 0.4906911253929138, 0.26871925592422485, 0.07340414822101593, 0.34182146191596985, 0.2097942978143692, 0.5812199711799622, 0.28994980454444885, 0.11403001099824905, 0.22216790914535522, 0.4620975852012634, 0.3014969229698181, 0.4451988637447357, 0.9158965945243835, 0.7631286978721619, 0.9829236268997192, 0.1906171590089798, 0.26707223057746887, 0.09565749019384384, 0.43350040912628174, 0.5899191498756409, 0.9161401391029358, 0.09464503079652786, 0.6057826280593872, 0.6336296200752258, 0.17907685041427612, 0.55937260389328, 0.4926927983760834, 0.7283310294151306, 0.7376623749732971, 0.553239643573761, 0.6089286208152771, 0.709536075592041, 0.1844114512205124, 0.03637420013546944, 0.32134872674942017, 0.3130267262458801, 0.08977753669023514, 0.04099122807383537, 0.43062931299209595, 0.05681503936648369, 0.5982511043548584, 0.1850643903017044, 0.1320691853761673, 0.17245374619960785, 0.15207508206367493, 0.21062590181827545, 0.39405667781829834, 0.17495153844356537, 0.08547820895910263, 0.12812691926956177, 0.44816678762435913, 0.5219267010688782, 0.11033056676387787, 0.17144425213336945, 0.1144813522696495, 0.10083723813295364, 0.24067948758602142, 0.56238853931427, 0.3198784589767456, 0.44208067655563354, 0.36772263050079346, 0.12988026440143585, 0.3787638247013092, 0.5703316926956177, 0.8117530345916748, 0.2693837285041809, 0.1658855378627777, 0.49047666788101196, 0.24925151467323303, 0.40311503410339355, 0.18569311499595642, 0.11461132764816284, 0.3800888955593109, 0.12766192853450775, 0.06538025289773941, 0.6402621269226074, 0.39364996552467346, 0.49731895327568054, 0.30214807391166687, 0.6065973043441772, 0.840239942073822, 0.7126064896583557, 0.10844119638204575, 0.07589666545391083, 0.24147182703018188, 0.2351243793964386, 0.5548725128173828, 0.1913965791463852, 0.383872389793396, 0.31178125739097595, 0.2812328338623047, 0.4455585777759552, 0.7927451729774475, 0.543234646320343, 0.4637680947780609, 0.29180455207824707, 0.4774205684661865, 0.33280861377716064, 0.5145775079727173, 0.425596684217453, 0.18985353410243988, 0.1869952529668808, 0.2848620116710663, 0.05972321331501007, 0.7656434774398804, 0.5237970352172852, 0.46058642864227295, 0.5203226208686829, 0.7670533657073975, 0.4426751434803009, 0.3468201458454132, 0.6851608157157898, 0.5152941942214966, 0.08233615756034851, 0.20174020528793335, 0.11619041860103607, 0.047028377652168274, 0.23023343086242676, 0.04267604276537895, 0.27672192454338074, 0.18275943398475647, 0.5061794519424438, 0.1109800636768341, 0.1359138786792755, 0.048269543796777725, 0.27621525526046753, 0.5110818147659302, 0.9522981643676758, 0.999830424785614, 0.9597107172012329, 0.981702983379364, 0.9981099367141724, 0.9453883171081543, 0.7583469748497009, 0.9993100762367249, 0.9994494915008545, 0.9999087452888489, 0.9999589920043945, 0.9974220395088196, 0.9957709908485413, 0.8780548572540283, 0.9742883443832397, 0.9940599799156189, 0.9918580651283264, 0.9955201745033264, 0.9978452920913696, 0.9675832986831665, 0.9845004677772522, 0.9715717434883118, 0.9520815014839172, 0.9800218343734741, 0.9866085648536682, 0.9888308644294739, 0.9752400517463684, 0.9448806047439575, 0.9893531203269958, 0.46419915556907654, 0.6433423161506653, 0.703154981136322, 0.40092045068740845, 0.755415141582489, 0.43879061937332153, 0.23282545804977417, 0.4336835741996765, 0.15362554788589478, 0.3882525861263275, 0.1649024933576584, 0.5941494703292847, 0.3665556311607361, 0.08929591625928879, 0.06235697492957115, 0.09776504337787628, 0.18252237141132355, 0.07947982102632523, 0.0468173623085022, 0.47681206464767456, 0.49590447545051575, 0.3998482823371887, 0.11864346265792847, 0.5218944549560547, 0.2864851951599121, 0.025011615827679634, 0.176923930644989, 0.34267014265060425, 0.1560557335615158, 0.5876971483230591, 0.5801554918289185, 0.11779944598674774, 0.30517667531967163, 0.4793335497379303, 0.437140554189682, 0.12411830574274063, 0.20841866731643677, 0.21415995061397552, 0.23171475529670715, 0.22081108391284943, 0.050428349524736404, 0.21188412606716156, 0.033188626170158386, 0.13310223817825317, 0.13181136548519135, 0.22173497080802917, 0.15141752362251282, 0.06327100843191147, 0.36524927616119385, 0.19529828429222107, 0.2813345193862915, 0.6009032726287842, 0.07052895426750183, 0.5329710841178894, 0.31992051005363464, 0.12599553167819977, 0.18589860200881958, 0.04737479239702225, 0.4245925545692444, 0.10939670354127884, 0.2419249564409256, 0.8713672161102295, 0.14393405616283417, 0.4433891475200653, 0.96307772397995, 0.04148842394351959, 0.3139669597148895, 0.9844404458999634, 0.805777370929718, 0.9138644337654114, 0.5037304759025574, 0.5054556727409363, 0.9289805889129639, 0.7718260884284973, 0.02016526460647583, 0.047829631716012955, 0.2647997736930847, 0.20557008683681488, 0.04459724947810173, 0.03113139420747757, 0.851902425289154, 0.5842487812042236, 0.1617724448442459, 0.40157052874565125, 0.0704311802983284, 0.5393735766410828, 0.4200139343738556, 0.3808736205101013, 0.937757670879364, 0.9958635568618774, 0.531164824962616, 0.20568887889385223, 0.9371601939201355, 0.4819500148296356, 0.09027574956417084, 0.06575928628444672, 0.2749389410018921, 0.455197274684906, 0.2584576904773712, 0.8699954152107239, 0.6027498245239258, 0.07238919287919998, 0.5158405900001526, 0.5579971075057983, 0.5510138869285583, 0.8877435922622681, 0.9598666429519653, 0.2639347314834595, 0.33233436942100525, 0.49142906069755554, 0.05754312872886658, 0.34378260374069214, 0.4837842881679535, 0.20379753410816193, 0.08348948508501053, 0.4050386846065521, 0.5938918590545654, 0.9834462404251099, 0.6509795784950256, 0.4967021346092224, 0.016141850501298904, 0.48643258213996887, 0.3294069766998291, 0.7601035833358765, 0.40945732593536377, 0.12362217158079147, 0.4643612504005432, 0.5442805886268616, 0.7336815595626831, 0.05488496646285057, 0.6136088967323303, 0.1309853196144104, 0.27740904688835144, 0.576088547706604, 0.8554165363311768, 0.4222700297832489, 0.007950629107654095, 0.10259187966585159, 0.11511503159999847, 0.4124159514904022, 0.17934522032737732, 0.9580057263374329, 0.5737987756729126, 0.16145342588424683, 0.2992269694805145, 0.6963388323783875, 0.6526501178741455, 0.26940208673477173, 0.14682704210281372, 0.2916279137134552, 0.7934423685073853, 0.2027101069688797, 0.3754676282405853, 0.16450758278369904, 0.2212248295545578, 0.019166573882102966, 0.5864319801330566, 0.4762912690639496, 0.38934293389320374, 0.9507144093513489, 0.9864559769630432, 0.644658625125885, 0.03911198675632477, 0.31972864270210266, 0.5367329716682434, 0.8061701059341431, 0.1709747612476349, 0.2640586793422699, 0.5333337783813477, 0.3668876886367798, 0.201769158244133, 0.01253494806587696, 0.7519145011901855, 0.3009161949157715, 0.8353087306022644, 0.5938210487365723, 0.5657098889350891, 0.9996182918548584, 0.8432372808456421, 0.5837633013725281, 0.7272542715072632, 0.04961071535944939, 0.34713852405548096, 0.9365800619125366, 0.8338334560394287, 0.21469290554523468, 0.6328635215759277, 0.46119555830955505, 0.15179921686649323, 0.43713876605033875, 0.13683944940567017, 0.5000239014625549, 0.43490082025527954, 0.7512037754058838, 0.33247673511505127, 0.1686941385269165, 0.16398480534553528, 0.2723725438117981, 0.3593961000442505, 0.5900784730911255, 0.18940189480781555, 0.8297251462936401, 0.6067332029342651, 0.2152709811925888, 0.27819523215293884, 0.6057687997817993, 0.2575486898422241, 0.008923162706196308, 0.11437241733074188, 0.41991591453552246, 0.18714527785778046, 0.028768740594387054, 0.42706775665283203, 0.8407853245735168, 0.4547518789768219, 0.16726504266262054, 0.9345406889915466, 0.5177015662193298, 0.03765762969851494, 0.04511512815952301, 0.6728599071502686, 0.11860193312168121, 0.0950457751750946, 0.981033205986023, 0.343751460313797, 0.6757816076278687, 0.28395503759384155, 0.5725541710853577, 0.6989235281944275, 0.8858279585838318, 0.3409101068973541, 0.13145829737186432, 0.07463420182466507, 0.9967909455299377, 0.651531994342804, 0.10707779973745346, 0.0606062151491642, 0.9128877520561218, 0.10827881842851639, 0.18509770929813385, 0.09867580980062485, 0.6233866810798645, 0.12266118079423904, 0.8879917860031128, 0.20768888294696808, 0.9138056635856628, 0.12321358919143677, 0.08978042006492615, 0.6124492883682251, 0.8926656246185303, 0.5334047079086304, 0.9905573725700378, 0.6347299814224243, 0.3408554494380951, 0.01914885640144348, 0.9402871131896973, 0.6973012685775757, 0.03355684503912926, 0.28172874450683594, 0.5622085332870483, 0.5755804181098938, 0.3337768316268921, 0.8709510564804077, 0.259551465511322, 0.40678080916404724, 0.7768468856811523, 0.15547263622283936, 0.07841558009386063, 0.03461562842130661, 0.40412983298301697, 0.9035869836807251, 0.9661595225334167, 0.5360373854637146, 0.13779163360595703, 0.04520266503095627, 0.7868306040763855, 0.38146546483039856, 0.6688207983970642, 0.7436355948448181, 0.5828395485877991, 0.07991861552000046, 0.09823666512966156, 0.49146774411201477, 0.0844087302684784, 0.24598512053489685, 0.9127233028411865, 0.016958944499492645, 0.9976457357406616, 0.8189712762832642, 0.7014502882957458, 0.9202862977981567, 0.6426990032196045, 0.5637222528457642, 0.754494845867157, 0.5263564586639404, 0.2733156383037567, 0.021082429215312004, 0.8116267919540405, 0.2972622215747833, 0.20995491743087769, 0.8227002024650574, 0.4283231496810913, 0.8000783324241638, 0.5440940856933594, 0.9326164722442627, 0.012546113692224026, 0.33428189158439636, 0.5664342045783997, 0.7375732064247131, 0.7649790048599243, 0.36889493465423584, 0.04059183970093727, 0.734085202217102, 0.7201017737388611, 0.8341315984725952, 0.9576819539070129, 0.9138465523719788, 0.7224462032318115, 0.5618715286254883, 0.16557677090168, 0.0388021320104599, 0.867959201335907, 0.08934658765792847, 0.1529444307088852, 0.2536560893058777, 0.10934428870677948, 0.32698461413383484, 0.06689335405826569, 0.1518343687057495, 0.7525765895843506, 0.8285977244377136, 0.0556655190885067, 0.11864333599805832, 0.057754937559366226, 0.10691417008638382, 0.8949646353721619, 0.36558839678764343, 0.9352059960365295, 0.2879672646522522, 0.14985057711601257, 0.60125732421875, 0.6819726824760437, 0.496076762676239, 0.22435635328292847, 0.7593543529510498, 0.3914382755756378, 0.009472635574638844, 0.18004871904850006, 0.9779067039489746, 0.19744394719600677, 0.8985143899917603, 0.6276784539222717, 0.7406306862831116, 0.18928219377994537, 0.720745861530304, 0.164458230137825, 0.24200481176376343, 0.04862319678068161, 0.8231619596481323, 0.6312408447265625, 0.5672454237937927, 0.09674522280693054, 0.32494914531707764, 0.27185702323913574, 0.20193074643611908, 0.6132310032844543, 0.7070724368095398, 0.972899317741394, 0.8170692324638367, 0.47863510251045227, 0.3363444209098816, 0.6467490196228027, 0.8471458554267883, 0.2351377010345459, 0.8421360850334167, 0.376933217048645, 0.03588217869400978, 0.15306919813156128, 0.18952572345733643, 0.19343288242816925, 0.7210031747817993, 0.5409099459648132, 0.9614444375038147, 0.6064307689666748, 0.22239071130752563, 0.5586482286453247, 0.023900145664811134, 0.9551267027854919, 0.13739901781082153, 0.16846735775470734, 0.9544195532798767, 0.7943339943885803, 0.780406653881073, 0.3858433663845062, 0.9950774312019348, 0.03504663705825806, 0.8506028056144714, 0.09998461604118347, 0.5145128965377808, 0.5750706791877747, 0.6923030018806458, 0.32181215286254883, 0.4742385745048523, 0.4066218137741089, 0.42029857635498047, 0.0178432147949934, 0.8399109244346619, 0.6219996213912964, 0.3570164442062378, 0.9694396257400513, 0.2889873683452606, 0.7838160395622253, 0.25284144282341003, 0.17507882416248322, 0.10225733369588852, 0.10866671800613403, 0.7884036302566528, 0.03197050467133522, 0.056715045124292374, 0.6218122243881226, 0.9792004823684692, 0.8005502223968506, 0.16159886121749878, 0.10784463584423065, 0.9664881229400635, 0.3515041768550873, 0.25785356760025024, 0.6173897981643677, 0.031774166971445084, 0.7963095903396606, 0.6246333718299866, 0.10635020583868027, 0.24901586771011353, 0.2748074233531952, 0.2642894983291626, 0.37555718421936035, 0.6212751269340515, 0.3007686734199524, 0.9361688494682312, 0.02371441386640072, 0.8369314670562744, 0.3868694305419922, 0.3244377374649048, 0.9926879405975342, 0.45618847012519836, 0.48303237557411194, 0.7301414608955383, 0.7758663892745972, 0.3674681782722473, 0.03865867853164673, 0.1309494972229004, 0.049415625631809235, 0.16732190549373627, 0.6814533472061157, 0.9698984622955322, 0.7950958013534546, 0.6750308275222778, 0.6014849543571472, 0.1594059020280838, 0.37636348605155945, 0.7567704916000366, 0.5770507454872131, 0.38510823249816895, 0.49847811460494995, 0.7278745174407959, 0.9812020659446716, 0.6287332773208618, 0.2415180206298828, 0.2936537563800812, 0.06235216557979584, 0.20325534045696259, 0.21330827474594116, 0.23814180493354797, 0.21603532135486603, 0.04697425663471222, 0.41003599762916565, 0.2933477461338043, 0.798899233341217, 0.19761474430561066, 0.563891589641571, 0.6166127920150757, 0.1066713035106659, 0.6582188010215759, 0.08159743994474411, 0.5921742916107178, 0.10943682491779327, 0.9952442646026611, 0.9239341616630554, 0.36042770743370056, 0.9910299181938171, 0.9444878697395325, 0.06467539072036743, 0.1291036754846573, 0.10153520852327347, 0.966537594795227, 0.8430182337760925, 0.145199716091156, 0.7983297109603882, 0.8615506291389465, 0.8975508809089661, 0.3212665915489197, 0.11797860264778137, 0.5489575862884521, 0.1882801651954651, 0.014652291312813759, 0.7607648968696594, 0.5787367820739746, 0.8457582592964172, 0.8400603532791138, 0.48424744606018066, 0.2050212174654007, 0.7948253154754639, 0.8443359732627869, 0.04117077589035034, 0.4681922197341919, 0.8167378306388855, 0.9066870212554932, 0.37558305263519287, 0.025124231353402138, 0.44855430722236633, 0.9137725830078125, 0.7847093343734741, 0.7429013848304749, 0.6191341280937195, 0.35149478912353516, 0.9625406265258789, 0.9642353653907776, 0.07946190983057022, 0.15206953883171082, 0.7926512360572815, 0.6651535034179688, 0.044902503490448, 0.3420570194721222, 0.8944399952888489, 0.11729772388935089, 0.07335882633924484, 0.1291966736316681, 0.447283536195755, 0.19020935893058777, 0.6498132348060608, 0.6572682857513428, 0.4800757169723511, 0.034723468124866486, 0.7070496678352356, 0.08406781405210495, 0.02965931035578251, 0.8536297082901001, 0.8080823421478271, 0.1512281596660614, 0.3185041546821594, 0.9377736449241638, 0.6589490175247192, 0.43345770239830017, 0.35197800397872925, 0.9534546732902527, 0.8025219440460205, 0.9873571991920471, 0.15060201287269592, 0.5902881622314453, 0.04132571071386337, 0.6581955552101135, 0.08049731701612473, 0.012724247761070728, 0.8595204949378967, 0.33240577578544617, 0.4196125268936157, 0.15180186927318573, 0.791563868522644, 0.45234444737434387, 0.7958259582519531, 0.5270891785621643, 0.08626916259527206, 0.020377494394779205, 0.7214310765266418, 0.9334987998008728, 0.8677130937576294, 0.9608026146888733, 0.9297682046890259, 0.6583214998245239, 0.27472567558288574, 0.2618787884712219, 0.48142969608306885, 0.8620874285697937, 0.8747274875640869, 0.023605776950716972, 0.03570634499192238, 0.16215023398399353, 0.8092846870422363, 0.31588229537010193, 0.5098984241485596, 0.035050369799137115, 0.25510480999946594, 0.09984798729419708, 0.09748320281505585, 0.789675235748291, 0.5733636617660522, 0.5829924941062927, 0.06655695289373398, 0.2559360861778259, 0.6958644986152649, 0.867723822593689, 0.12771296501159668, 0.22360767424106598, 0.6125380992889404, 0.028804242610931396, 0.14321814477443695, 0.1821342557668686, 0.9383493661880493, 0.8362843990325928, 0.5291359424591064, 0.8375446796417236, 0.17498500645160675, 0.6985992193222046, 0.3646090626716614, 0.7886283993721008, 0.9891347289085388, 0.9466103911399841, 0.9997085332870483, 0.9256097078323364, 0.9538009762763977, 0.9471805095672607, 0.9370693564414978, 0.8061962127685547, 0.6384438276290894, 0.9786165356636047, 0.7564202547073364, 0.20916172862052917, 0.29449501633644104, 0.8075327277183533, 0.8123220205307007, 0.4336397051811218, 0.27116549015045166, 0.07091838121414185, 0.14639578759670258, 0.1691335290670395, 0.08948416262865067, 0.06180032715201378, 0.9311607480049133, 0.3564746379852295, 0.9444001913070679, 0.35890114307403564, 0.25268247723579407, 0.9973174929618835, 0.08164485543966293, 0.9043706655502319, 0.06854333728551865, 0.5482272505760193, 0.08096595853567123, 0.131347194314003, 0.4902185797691345, 0.14819133281707764, 0.23865196108818054, 0.13598710298538208, 0.9683266878128052, 0.5914002060890198, 0.79517662525177, 0.9999444484710693, 0.8553330898284912, 0.8899880051612854, 0.8941568732261658, 0.9631970524787903, 0.7221536040306091, 0.7355992197990417, 0.6574193239212036, 0.02939043939113617, 0.7211790680885315, 0.8284753561019897, 0.7108219265937805, 0.1038045734167099, 0.8804908394813538, 0.7753538489341736],
"cosine" : true
}
}
},
"boost_mode": "replace",
"min_score": 0.9
}
}
}
'
curl -XGET 'localhost:9210/image_search0/_search' -d '{
"query" : {
"bool" : {
"should" : [
{"multi_match": {
"query": 512,
"fields": [ "top_1", "top_2", "top_3" ]
}},
{"multi_match": {
"query": 478,
"fields": [ "top_1", "top_2", "top_3" ]
}}
]
}
},
"_source":{"exclude":["signature"]}
}'
curl -XGET 'localhost:9210/image_search0/_search?pretty' -d '{
"query": {
"multi_match": {
"query": 10000,
"fields": [ "top_1", "top_2", "top_3" ]
}
},
"_source":{"exclude":["signature"]}
}'
curl -XGET 'localhost:9200/image_search_tmp/_count?pretty' -d '{
"query": {
"bool" : {
"should" : [{"term": {"top_1":10000}}]
}
}
}'
curl -XGET 'localhost:9210/image_search0/_count?pretty' -d '{
"query": {
"multi_match": {
"query": 634,
"fields": [ "top_1", "top_2", "top_3" ]
}
}
}'
curl -XGET 'localhost:9200/image_search/_search?pretty' -d '{
"_source":{"exclude":["signature"]}
}'
curl -XGET 'localhost:9210/image_search0/image/AVwgI_7OrnFDKrwRwvCh/_explain?pretty' -d '{
"query" : {
"bool" : {
"must" : [
{"multi_match": {
"query": 269,
"fields": [ "top_1", "top_2", "top_3" ]
}},
{"range": {
"timestamp": {
"gt": "2017-02-03T10:51:08.643020",
"lt": "2017-06-04T14:51:08.643020"
}
}}]
}
}
}'
curl -XGET 'localhost:9210/image_search0/image/_search?pretty' -d '{
"query": {
"function_score": {
"query" : {
"bool" : {
"must" : [{"multi_match": {
"query": 269,
"fields": ["top_1"]
}},
{"range": {
"timestamp": {
"gt": "2017-02-03T10:51:08.643020",
"lt": "2017-06-24T14:51:08.643020"
}
}}]
}
},
"script_score": {
"script": {
"inline": "payload_vector_score",
"lang": "native",
"params": {
"field": "signature",
"vector": [0.07050135731697083, 0.09007945656776428, 0.5182920694351196, 0.38519012928009033, 0.12486261129379272, 0.22661545872688293, 0.31856799125671387, 0.5378984212875366, 0.3364662528038025, 0.9559407830238342, 0.839678168296814, 0.49669745564460754, 0.23182210326194763, 0.48663437366485596, 0.32518404722213745, 0.6366543769836426, 0.33541813492774963, 0.6466283202171326, 0.6732649803161621, 0.4197927713394165, 0.4682072103023529, 0.8656182885169983, 0.8981464505195618, 0.6330987811088562, 0.847204864025116, 0.4322430491447449, 0.4572536051273346, 0.5752295255661011, 0.061144281178712845, 0.5595609545707703, 0.3531509339809418, 0.3421889543533325, 0.516538143157959, 0.34545761346817017, 0.22331593930721283, 0.08408228307962418, 0.09900335222482681, 0.03262130916118622, 0.5717141032218933, 0.4259013831615448, 0.4829452335834503, 0.5283979177474976, 0.8868691325187683, 0.8110329508781433, 0.5062296986579895, 0.32971569895744324, 0.4527232050895691, 0.6086865663528442, 0.7919018864631653, 0.9922860860824585, 0.8757107257843018, 0.5652826428413391, 0.21891990303993225, 0.3418828845024109, 0.8053879737854004, 0.2700701057910919, 0.13641709089279175, 0.2795488238334656, 0.37809160351753235, 0.8619497418403625, 0.6684656739234924, 0.7791743874549866, 0.8682947158813477, 0.8291420936584473, 0.5776790976524353, 0.470765084028244, 0.9391124844551086, 0.8200314044952393, 0.947759211063385, 0.21101786196231842, 0.32432544231414795, 0.4347834885120392, 0.09241833537817001, 0.2773916721343994, 0.18731343746185303, 0.09304360300302505, 0.3623407781124115, 0.3421175181865692, 0.204332634806633, 0.5846855640411377, 0.9187308549880981, 0.8279330134391785, 0.8275536894798279, 0.9657816886901855, 0.7075418829917908, 0.8730784058570862, 0.8563032746315002, 0.05594536289572716, 0.16284030675888062, 0.3918033242225647, 0.09451466798782349, 0.19440360367298126, 0.7986006140708923, 0.8190677165985107, 0.5832449793815613, 0.18922774493694305, 0.1632116287946701, 0.772596001625061, 0.4129004180431366, 0.9347598552703857, 0.6918981075286865, 0.9732345938682556, 0.5313905477523804, 0.42864108085632324, 0.9996157884597778, 0.5591057538986206, 0.9108096361160278, 0.0193730890750885, 0.13644501566886902, 0.02830042690038681, 0.1985773891210556, 0.24803155660629272, 0.785424530506134, 0.12161167711019516, 0.2175125628709793, 0.1388438493013382, 0.3180355727672577, 0.14379088580608368, 0.06455119699239731, 0.354745090007782, 0.4811665117740631, 0.24730268120765686, 0.11254169791936874, 0.4370189309120178, 0.6566810607910156, 0.32656991481781006, 0.47249987721443176, 0.6953281164169312, 0.960197389125824, 0.7082878351211548, 0.2195339947938919, 0.7219005823135376, 0.869904637336731, 0.7616581916809082, 0.8396903276443481, 0.5914587378501892, 0.7325267791748047, 0.6049669981002808, 0.9867373108863831, 0.8874432444572449, 0.9831657409667969, 0.8468636870384216, 0.9704269170761108, 0.9031075239181519, 0.4984985589981079, 0.85812908411026, 0.9414404034614563, 0.37110430002212524, 0.869440495967865, 0.055948738008737564, 0.8497803807258606, 0.5619359016418457, 0.40968620777130127, 0.039108823984861374, 0.07236582040786743, 0.05004306510090828, 0.3831695318222046, 0.4305912256240845, 0.7652157545089722, 0.9298917055130005, 0.9381498694419861, 0.5276963114738464, 0.5645047426223755, 0.8844125866889954, 0.9262315034866333, 0.6669480800628662, 0.9583626985549927, 0.9003337621688843, 0.8902735710144043, 0.9825679659843445, 0.9664389491081238, 0.8375559449195862, 0.9947033524513245, 0.9900360107421875, 0.9039017558097839, 0.8784899115562439, 0.9968247413635254, 0.986369252204895, 0.468861848115921, 0.36010032892227173, 0.7076536417007446, 0.7649378776550293, 0.6491371989250183, 0.5651589632034302, 0.9789876937866211, 0.3459858000278473, 0.8697713613510132, 0.35779744386672974, 0.9678640961647034, 0.8416898846626282, 0.3614788353443146, 0.957243025302887, 0.5568925738334656, 0.7840902805328369, 0.15035003423690796, 0.6733671426773071, 0.3442242443561554, 0.83408522605896, 0.6846028566360474, 0.8731624484062195, 0.5480167269706726, 0.2690550684928894, 0.5452266335487366, 0.5416945219039917, 0.12952286005020142, 0.6950729489326477, 0.6952635049819946, 0.8938599228858948, 0.7582278847694397, 0.7740066051483154, 0.7594020962715149, 0.8478384017944336, 0.7634425759315491, 0.7361042499542236, 0.8924199342727661, 0.5295928716659546, 0.34187233448028564, 0.580732524394989, 0.6140747666358948, 0.3552073538303375, 0.4030563235282898, 0.7377671003341675, 0.9300915002822876, 0.4691985845565796, 0.978148341178894, 0.9657480120658875, 0.6937151551246643, 0.9808009266853333, 0.38524875044822693, 0.41937902569770813, 0.9878641963005066, 0.9972203969955444, 0.9516052007675171, 0.6602726578712463, 0.6010934114456177, 0.9749743342399597, 0.9533067941665649, 0.4870743751525879, 0.6618398427963257, 0.551575243473053, 0.9413920640945435, 0.8603760600090027, 0.6180323362350464, 0.6632789969444275, 0.6807524561882019, 0.305307000875473, 0.9724403619766235, 0.636031985282898, 0.9914701581001282, 0.9858474135398865, 0.9879431128501892, 0.845526933670044, 0.14841695129871368, 0.9973055124282837, 0.20018339157104492, 0.7114413380622864, 0.40733635425567627, 0.6959642171859741, 0.9214351177215576, 0.45225775241851807, 0.7521482110023499, 0.5419145226478577, 0.2164394110441208, 0.8688010573387146, 0.9587675333023071, 0.15714223682880402, 0.17760415375232697, 0.8679808378219604, 0.804288923740387, 0.9999600648880005, 0.9998718500137329, 0.9999289512634277, 0.9999951124191284, 0.9998998641967773, 0.999940037727356, 0.9994763731956482, 0.9995600581169128, 0.999127209186554, 0.9990506768226624, 0.9943496584892273, 0.9995775818824768, 0.9129884243011475, 0.9672109484672546, 0.22334091365337372, 0.4249868392944336, 0.9661623239517212, 0.9968484044075012, 0.9986586570739746, 0.9979915618896484, 0.9857944250106812, 0.9922009706497192, 0.999961256980896, 0.9939342141151428, 0.9997574687004089, 0.9993422627449036, 0.9964156150817871, 0.9962181448936462, 0.9636698365211487, 0.9785864949226379, 0.984459638595581, 0.1830180138349533, 0.13980723917484283, 0.07528061419725418, 0.182371586561203, 0.13324370980262756, 0.11132349073886871, 0.198594868183136, 0.6233125925064087, 0.07315854728221893, 0.3676433563232422, 0.6635088920593262, 0.623611569404602, 0.3612763583660126, 0.35626736283302307, 0.34300145506858826, 0.2535548806190491, 0.21368247270584106, 0.07974223047494888, 0.38432979583740234, 0.3418579697608948, 0.1170269250869751, 0.18538860976696014, 0.23053565621376038, 0.08875585347414017, 0.25895193219184875, 0.5872825980186462, 0.26554566621780396, 0.7139652371406555, 0.1485283523797989, 0.14927135407924652, 0.9827070832252502, 0.9994737505912781, 0.3388984799385071, 0.32423049211502075, 0.626657247543335, 0.9838541150093079, 0.9873095154762268, 0.8855063319206238, 0.28727254271507263, 0.9639464616775513, 0.9921730756759644, 0.9937620759010315, 0.9987969398498535, 0.9903298616409302, 0.8829081058502197, 0.9873450398445129, 0.9446952939033508, 0.9772777557373047, 0.998723566532135, 0.9996776580810547, 0.9998699426651001, 0.999700665473938, 0.999849796295166, 0.9996672868728638, 0.9697204232215881, 0.9691281914710999, 0.9572458863258362, 0.7587513327598572, 0.42260468006134033, 0.6622628569602966, 0.8690849542617798, 0.694010853767395, 0.965042769908905, 0.867183268070221, 0.17290088534355164, 0.4227854907512665, 0.652594804763794, 0.7552101016044617, 0.889438807964325, 0.7456293702125549, 0.9369093179702759, 0.9859975576400757, 0.9973424077033997, 0.9546236395835876, 0.9859864711761475, 0.7253885865211487, 0.8648313283920288, 0.6053364872932434, 0.590337872505188, 0.5009932518005371, 0.473721981048584, 0.6170081496238708, 0.5579200983047485, 0.8399483561515808, 0.8037509322166443, 0.866750955581665, 0.918678343296051, 0.43640080094337463, 0.5478290915489197, 0.10829024016857147, 0.6329421997070312, 0.3929409086704254, 0.22511239349842072, 0.028541289269924164, 0.3615199029445648, 0.7064607739448547, 0.22437340021133423, 0.2966978847980499, 0.11048457771539688, 0.6934551000595093, 0.23174241185188293, 0.266431987285614, 0.2982345521450043, 0.09037894755601883, 0.09545700997114182, 0.3014921247959137, 0.42401939630508423, 0.1395857036113739, 0.175459623336792, 0.9463352560997009, 0.26300331950187683, 0.6126453280448914, 0.423984557390213, 0.5377591848373413, 0.46468839049339294, 0.1779146045446396, 0.22488634288311005, 0.4123426377773285, 0.8268939852714539, 0.18034718930721283, 0.1858544647693634, 0.35096320509910583, 0.15046480298042297, 0.13416869938373566, 0.05375424399971962, 0.5645557641983032, 0.7093586325645447, 0.3006754517555237, 0.7368161678314209, 0.3718891441822052, 0.06240250542759895, 0.07760007679462433, 0.5227010846138, 0.3516755998134613, 0.5045223832130432, 0.6891084909439087, 0.18065428733825684, 0.8430085778236389, 0.3763153553009033, 0.5179243683815002, 0.2796894907951355, 0.1901061087846756, 0.9039435386657715, 0.4238312840461731, 0.6274468898773193, 0.5893251895904541, 0.7729132771492004, 0.6915318965911865, 0.9159333109855652, 0.2164296656847, 0.12039333581924438, 0.5302913784980774, 0.06695928424596786, 0.1249239593744278, 0.1119394525885582, 0.27522438764572144, 0.4634174406528473, 0.4526139795780182, 0.5059448480606079, 0.12146445363759995, 0.6855189800262451, 0.13593809306621552, 0.5173863172531128, 0.6357225179672241, 0.6095436811447144, 0.8174795508384705, 0.03480983525514603, 0.19296446442604065, 0.14706362783908844, 0.13996994495391846, 0.5102509260177612, 0.3709643483161926, 0.6550596952438354, 0.4178289473056793, 0.7301331758499146, 0.23071055114269257, 0.10377663373947144, 0.41379687190055847, 0.496622771024704, 0.40740424394607544, 0.3230573534965515, 0.4975980818271637, 0.11694901436567307, 0.9821751713752747, 0.2317657619714737, 0.08616234362125397, 0.467361718416214, 0.7411007285118103, 0.6717586517333984, 0.9349417686462402, 0.23852989077568054, 0.25944551825523376, 0.1535300761461258, 0.32762211561203003, 0.6172268390655518, 0.06914354115724564, 0.17752011120319366, 0.906766951084137, 0.16832377016544342, 0.4418114125728607, 0.972944438457489, 0.8963945508003235, 0.41025078296661377, 0.317962646484375, 0.4992625415325165, 0.48736006021499634, 0.20270313322544098, 0.12735024094581604, 0.1619422286748886, 0.026999836787581444, 0.23590087890625, 0.25384145975112915, 0.8697534799575806, 0.7938785552978516, 0.5889841318130493, 0.39932888746261597, 0.10150878131389618, 0.2291387915611267, 0.28394463658332825, 0.14755010604858398, 0.14294347167015076, 0.0686694085597992, 0.13907742500305176, 0.5272818803787231, 0.31568217277526855, 0.6598222255706787, 0.04387704282999039, 0.17640259861946106, 0.14666560292243958, 0.04929311200976372, 0.3800663948059082, 0.7975270748138428, 0.06298162788152695, 0.1943063735961914, 0.1888974905014038, 0.14476068317890167, 0.05903743952512741, 0.9696453213691711, 0.36626580357551575, 0.23786050081253052, 0.1540391445159912, 0.0652325227856636, 0.11282841116189957, 0.12862470746040344, 0.10700610280036926, 0.1822805255651474, 0.29601800441741943, 0.06542523950338364, 0.10997359454631805, 0.21145889163017273, 0.18630662560462952, 0.13578209280967712, 0.3591752350330353, 0.5344182848930359, 0.14199653267860413, 0.0827794000506401, 0.2093035876750946, 0.19946278631687164, 0.9258905053138733, 0.07892952859401703, 0.1617640107870102, 0.024536579847335815, 0.568655788898468, 0.7744273543357849, 0.047548696398735046, 0.093563012778759, 0.7462879419326782, 0.19467025995254517, 0.7684134840965271, 0.11591557413339615, 0.21435587108135223, 0.6033386588096619, 0.30121853947639465, 0.3343876004219055, 0.12762175500392914, 0.10065115988254547, 0.0900886282324791, 0.18690530955791473, 0.6668118834495544, 0.09210222959518433, 0.07051268965005875, 0.056428078562021255, 0.022524623200297356, 0.20191650092601776, 0.057459115982055664, 0.48760250210762024, 0.13650497794151306, 0.36207711696624756, 0.11999466270208359, 0.3743338882923126, 0.2611836791038513, 0.45734503865242004, 0.058253075927495956, 0.6783949136734009, 0.5065830945968628, 0.14710074663162231, 0.7711126804351807, 0.2248266488313675, 0.16387265920639038, 0.4128822386264801, 0.8273329734802246, 0.3379931151866913, 0.1817988157272339, 0.5933468341827393, 0.6898968815803528, 0.704223096370697, 0.5740727186203003, 0.32764169573783875, 0.3614747226238251, 0.5776468515396118, 0.8399488925933838, 0.7278650403022766, 0.12244740128517151, 0.10272009670734406, 0.2818259000778198, 0.09348025918006897, 0.281941294670105, 0.20202204585075378, 0.19758090376853943, 0.2712399363517761, 0.36199894547462463, 0.20907776057720184, 0.537856936454773, 0.6722758412361145, 0.06717386096715927, 0.3823780417442322, 0.5630131363868713, 0.08703196048736572, 0.2323141098022461, 0.3349047899246216, 0.30381888151168823, 0.4271923899650574, 0.210964173078537, 0.35646742582321167, 0.0453963577747345, 0.48213210701942444, 0.582188606262207, 0.8117901682853699, 0.6054813265800476, 0.7758627533912659, 0.280569851398468, 0.2524934709072113, 0.057346779853105545, 0.5205565094947815, 0.16120325028896332, 0.06491320580244064, 0.37011560797691345, 0.41859281063079834, 0.12342649698257446, 0.792990505695343, 0.2508086860179901, 0.3130778670310974, 0.5743446350097656, 0.6891618371009827, 0.1160225197672844, 0.4251267910003662, 0.36827003955841064, 0.47723475098609924, 0.05388698726892471, 0.1160106286406517, 0.15270088613033295, 0.07499709725379944, 0.1368744820356369, 0.9624120593070984, 0.3801567852497101, 0.8038949370384216, 0.14556360244750977, 0.19858017563819885, 0.43623748421669006, 0.04577415809035301, 0.6445022225379944, 0.8029451370239258, 0.5284476280212402, 0.27096161246299744, 0.689469039440155, 0.03728481009602547, 0.8452282547950745, 0.8372249603271484, 0.39887744188308716, 0.08606879413127899, 0.5022312998771667, 0.444920152425766, 0.18262939155101776, 0.8426098823547363, 0.7397099137306213, 0.21444419026374817, 0.02507036365568638, 0.10145983099937439, 0.10616795718669891, 0.3691525459289551, 0.8064379692077637, 0.11985404789447784, 0.3664689064025879, 0.8413400650024414, 0.03003990277647972, 0.47159239649772644, 0.20752941071987152, 0.38973644375801086, 0.4753292202949524, 0.3369735777378082, 0.6477129459381104, 0.15351971983909607, 0.16380110383033752, 0.5551341772079468, 0.5864813327789307, 0.06835941225290298, 0.05619121342897415, 0.1672227829694748, 0.31176677346229553, 0.26111140847206116, 0.4894273281097412, 0.7281915545463562, 0.12209568172693253, 0.04426327347755432, 0.23026327788829803, 0.4722033739089966, 0.6254168152809143, 0.11807780712842941, 0.08909600973129272, 0.2785755395889282, 0.12020410597324371, 0.3830355703830719, 0.14599834382534027, 0.13085025548934937, 0.1823865920305252, 0.584341287612915, 0.14872413873672485, 0.02316763624548912, 0.42003366351127625, 0.10831768065690994, 0.6413741111755371, 0.23165659606456757, 0.12115572392940521, 0.35985541343688965, 0.06355840712785721, 0.2877839207649231, 0.03452729061245918, 0.1860933005809784, 0.20467227697372437, 0.15563465654850006, 0.24100153148174286, 0.29705244302749634, 0.3004937171936035, 0.4357369840145111, 0.44751280546188354, 0.09480447322130203, 0.12841129302978516, 0.2697161138057709, 0.5395380258560181, 0.432235985994339, 0.40880462527275085, 0.5476789474487305, 0.45058947801589966, 0.40310221910476685, 0.22077500820159912, 0.8113245368003845, 0.13061298429965973, 0.5372442007064819, 0.250468373298645, 0.1989077627658844, 0.22890998423099518, 0.34160852432250977, 0.10989085584878922, 0.5094748139381409, 0.7849892377853394, 0.0933733731508255, 0.1277073621749878, 0.19696378707885742, 0.4065035879611969, 0.517583966255188, 0.21453715860843658, 0.2880983352661133, 0.5879794955253601, 0.30591893196105957, 0.18962150812149048, 0.5899830460548401, 0.8976425528526306, 0.3334028720855713, 0.46786683797836304, 0.2162250429391861, 0.27319490909576416, 0.1819063425064087, 0.5044565200805664, 0.8726068735122681, 0.4643506705760956, 0.04413400962948799, 0.4559989273548126, 0.469167560338974, 0.11642129719257355, 0.08830475807189941, 0.06326722353696823, 0.26044681668281555, 0.6183480024337769, 0.2541482448577881, 0.45178672671318054, 0.6701061129570007, 0.07568323612213135, 0.21563518047332764, 0.21070103347301483, 0.17782247066497803, 0.08424285799264908, 0.14464591443538666, 0.6415405869483948, 0.221016526222229, 0.7301260232925415, 0.7734997868537903, 0.15582680702209473, 0.24931037425994873, 0.12093944847583771, 0.08069930970668793, 0.08558638393878937, 0.24524077773094177, 0.44832226634025574, 0.5056672096252441, 0.4512540102005005, 0.4606654942035675, 0.11005155742168427, 0.34264224767684937, 0.3596142530441284, 0.15377196669578552, 0.048285502940416336, 0.12718763947486877, 0.022845558822155, 0.2773568034172058, 0.5969988703727722, 0.9250723719596863, 0.5397924184799194, 0.43110984563827515, 0.19905926287174225, 0.17141491174697876, 0.13531547784805298, 0.18866464495658875, 0.35378962755203247, 0.29632481932640076, 0.6031555533409119, 0.521120548248291, 0.29031428694725037, 0.4238331913948059, 0.35556989908218384, 0.5324887037277222, 0.32760581374168396, 0.6388993263244629, 0.6027933955192566, 0.3439062535762787, 0.883762538433075, 0.5915374755859375, 0.5191332101821899, 0.2370571345090866, 0.17290282249450684, 0.17214137315750122, 0.221489816904068, 0.4416976273059845, 0.48202380537986755, 0.4256526827812195, 0.06860671937465668, 0.5717403292655945, 0.06537918746471405, 0.2872677743434906, 0.3569757044315338, 0.16820210218429565, 0.16130046546459198, 0.3863754868507385, 0.8406047224998474, 0.38851726055145264, 0.11152932047843933, 0.16159585118293762, 0.3365189731121063, 0.34522026777267456, 0.6582225561141968, 0.9421952962875366, 0.7324916124343872, 0.20397529006004333, 0.906975269317627, 0.4080365002155304, 0.03286026418209076, 0.6807790994644165, 0.4680399000644684, 0.127959743142128, 0.12676027417182922, 0.33828267455101013, 0.8650255799293518, 0.02557407133281231, 0.23799818754196167, 0.3528365194797516, 0.556390643119812, 0.3381452262401581, 0.31763312220573425, 0.5209987759590149, 0.5514418482780457, 0.09664057940244675, 0.09465490281581879, 0.04966779798269272, 0.9487606883049011, 0.41174939274787903, 0.16334466636180878, 0.24490195512771606, 0.73082435131073, 0.24226024746894836, 0.5917368531227112, 0.6520978212356567, 0.33025598526000977, 0.5908722877502441, 0.6942233443260193, 0.20779801905155182, 0.723017156124115, 0.33281341195106506, 0.5498819351196289, 0.428208589553833, 0.10691537708044052, 0.07060728222131729, 0.4084526598453522, 0.5404180884361267, 0.7813050746917725, 0.35073307156562805, 0.5126606225967407, 0.1947403997182846, 0.4631970524787903, 0.6196680665016174, 0.35736438632011414, 0.7344790697097778, 0.15271535515785217, 0.9223254323005676, 0.1276995688676834, 0.06970599293708801, 0.0771113857626915, 0.04944823682308197, 0.023158663883805275, 0.030396347865462303, 0.024693835526704788, 0.17342975735664368, 0.11934944987297058, 0.31380510330200195, 0.2142501026391983, 0.00879541877657175, 0.10849002748727798, 0.08116930723190308, 0.06772976368665695, 0.520250678062439, 0.13664866983890533, 0.036472152918577194, 0.06428869813680649, 0.036583397537469864, 0.33974316716194153, 0.05924679711461067, 0.1602446287870407, 0.05916402116417885, 0.231633260846138, 0.32419082522392273, 0.1377491056919098, 0.014645112678408623, 0.16359227895736694, 0.10088584572076797, 0.08289028704166412, 0.21107015013694763, 0.229553684592247, 0.1640043705701828, 0.32387688755989075, 0.2173827737569809, 0.779536247253418, 0.17093156278133392, 0.050586067140102386, 0.1318369060754776, 0.04834038019180298, 0.28933873772621155, 0.11843369901180267, 0.08980382233858109, 0.22237010300159454, 0.14377859234809875, 0.3031028211116791, 0.09868115931749344, 0.896259605884552, 0.6543944478034973, 0.9461138844490051, 0.07345321774482727, 0.8751261830329895, 0.7940875887870789, 0.8822299242019653, 0.49810096621513367, 0.8370139002799988, 0.8137805461883545, 0.8284503221511841, 0.36071741580963135, 0.6323713064193726, 0.0544026754796505, 0.6969860792160034, 0.10543836653232574, 0.34959572553634644, 0.44164198637008667, 0.6300361752510071, 0.20641450583934784, 0.35611510276794434, 0.4772195816040039, 0.15063925087451935, 0.2301047295331955, 0.42886000871658325, 0.5574151277542114, 0.4661547839641571, 0.22380106151103973, 0.6661530137062073, 0.5068727731704712],
"cosine": true
}
}
},
"min_score": 0.905,
"boost_mode":"replace"
}
},
"_source":{"exclude":["signature"]}
}'
curl -XGET 'localhost:9210/image_search0/image/_search?pretty' -d '{
"query": {
"function_score": {
"query" : {
"bool" : {
"must" : [{"multi_match": {
"query": 269,
"fields": ["top_1"]
}},
{"range": {
"timestamp": {
"gt": "2017-06-03T10:51:08.643020",
"lt": "2017-06-04T14:51:08.643020"
}
}}]
}
},
"min_score": 0.905,
"boost_mode":"replace"
}
},
"_source":{"exclude":["signature"]}
}'
curl -XGET 'es1:9200/image_search0/image/_search?pretty' -d '{
"query": {
"function_score": {
"query" : {
"bool" : {
"must" : [{"multi_match": {
"query": 340,
"fields": ["top_1", "top_2", "top_3"]
}},
{"range": {
"timestamp": {
"gt": "2017-05-22T10:51:08.643020",
"lt": "2017-06-23T10:51:08.643020"
}
}}]
}
},
"script_score": {
"script": {
"inline": "payload_vector_score",
"lang": "native",
"params": {
"field": "signature",
"vector": [0.45989328622817993, 0.04166686534881592, 0.13967788219451904, 0.6280004978179932, 0.08083654195070267, 0.10016258805990219, 0.06644803285598755, 0.9580444097518921, 0.6054251194000244, 0.9995477795600891, 0.7729045152664185, 0.39604321122169495, 0.7707910537719727, 0.17462117969989777, 0.4278263747692108, 0.5480504631996155, 0.05428456515073776, 0.47219762206077576, 0.31770777702331543, 0.32490983605384827, 0.03395526483654976, 0.8679278492927551, 0.1887132078409195, 0.9616923928260803, 0.6634507775306702, 0.507797360420227, 0.5634689331054688, 0.17905168235301971, 0.5252426862716675, 0.626772403717041, 0.278442919254303, 0.10266818106174469, 0.11958932876586914, 0.3935895264148712, 0.8328067660331726, 0.3474096953868866, 0.871290385723114, 0.7894870638847351, 0.930494487285614, 0.995599627494812, 0.5077736377716064, 0.9856961965560913, 0.4107939898967743, 0.7870341539382935, 0.6060961484909058, 0.9402406215667725, 0.7648369073867798, 0.9064819812774658, 0.9755064249038696, 0.9814691543579102, 0.9220312237739563, 0.999561607837677, 0.12971369922161102, 0.05831732973456383, 0.39272260665893555, 0.0353073850274086, 0.07671023905277252, 0.10914645344018936, 0.15838903188705444, 0.1269225776195526, 0.22543054819107056, 0.7096126675605774, 0.8360159993171692, 0.3631548285484314, 0.22907015681266785, 0.2343599796295166, 0.6608690619468689, 0.37377285957336426, 0.46369659900665283, 0.8657971620559692, 0.24969612061977386, 0.8519306182861328, 0.25640109181404114, 0.3503335416316986, 0.29383915662765503, 0.03389010950922966, 0.5618476271629333, 0.4444476068019867, 0.1804533153772354, 0.7814005017280579, 0.4865744113922119, 0.21332943439483643, 0.9447978734970093, 0.9629024863243103, 0.9748192429542542, 0.7956927418708801, 0.9690935015678406, 0.16219358146190643, 0.32025861740112305, 0.5629613995552063, 0.24946658313274384, 0.5056183338165283, 0.4484485983848572, 0.5018053650856018, 0.1407219022512436, 0.012967157177627087, 0.2549062669277191, 0.1290435492992401, 0.07260318100452423, 0.9649187326431274, 0.46431487798690796, 0.9873870015144348, 0.742574155330658, 0.2053261548280716, 0.9868170619010925, 0.45017531514167786, 0.7620710730552673, 0.06088615581393242, 0.18828321993350983, 0.0818425789475441, 0.17934496700763702, 0.025657137855887413, 0.6331484913825989, 0.23049357533454895, 0.1273815631866455, 0.07215172052383423, 0.04201401770114899, 0.7252529263496399, 0.2150329202413559, 0.11691959947347641, 0.312378466129303, 0.040687594562768936, 0.7062181234359741, 0.9509624242782593, 0.7471967935562134, 0.11992274969816208, 0.7207182049751282, 0.5155460238456726, 0.6655572652816772, 0.37339264154434204, 0.7349675893783569, 0.3649803698062897, 0.6449697613716125, 0.8724259734153748, 0.9741267561912537, 0.5203718543052673, 0.10833659023046494, 0.11661873012781143, 0.9940477609634399, 0.46315619349479675, 0.38911256194114685, 0.17158788442611694, 0.7096501588821411, 0.17871026694774628, 0.7764059901237488, 0.20869368314743042, 0.11348545551300049, 0.011498628184199333, 0.039591092616319656, 0.10813742130994797, 0.6956585645675659, 0.7076796889305115, 0.14860346913337708, 0.06511007249355316, 0.263824999332428, 0.3456217050552368, 0.3487195670604706, 0.48478201031684875, 0.3589441478252411, 0.9746894240379333, 0.9123363494873047, 0.714342474937439, 0.3378898799419403, 0.8889747262001038, 0.6807811260223389, 0.5748480558395386, 0.344669371843338, 0.6346147060394287, 0.6933403015136719, 0.8481900691986084, 0.9170207977294922, 0.8050873875617981, 0.9736126065254211, 0.7448228001594543, 0.6982539296150208, 0.3712957799434662, 0.9236387610435486, 0.9283409714698792, 0.6659517288208008, 0.6590878963470459, 0.8218489289283752, 0.2834515869617462, 0.3842872679233551, 0.3197772204875946, 0.3182181417942047, 0.4510599970817566, 0.6776527166366577, 0.26885735988616943, 0.2672029137611389, 0.5277836918830872, 0.05468742176890373, 0.3412528932094574, 0.6922829151153564, 0.5689350366592407, 0.10805974155664444, 0.41605204343795776, 0.14467018842697144, 0.7730435132980347, 0.3740478456020355, 0.4827077388763428, 0.7019526958465576, 0.5740646719932556, 0.6775566935539246, 0.39985957741737366, 0.5236731171607971, 0.43955838680267334, 0.3124008774757385, 0.6155058145523071, 0.6709086298942566, 0.5003685355186462, 0.39142394065856934, 0.589969277381897, 0.6103471517562866, 0.4633651077747345, 0.7655884027481079, 0.47596991062164307, 0.19815005362033844, 0.4732655882835388, 0.42779386043548584, 0.16786400973796844, 0.248066246509552, 0.18055932223796844, 0.7219672799110413, 0.2880353629589081, 0.7298949956893921, 0.926548182964325, 0.5430139899253845, 0.9199712872505188, 0.5977320671081543, 0.34920912981033325, 0.7101934552192688, 0.6601963639259338, 0.6674594879150391, 0.7749655246734619, 0.8653883934020996, 0.939290463924408, 0.7772063612937927, 0.29882463812828064, 0.7885505557060242, 0.4878290593624115, 0.3617042303085327, 0.4628865122795105, 0.8041825294494629, 0.9487291574478149, 0.5269604325294495, 0.7994646430015564, 0.9817131161689758, 0.5721642971038818, 0.5613183975219727, 0.8512380719184875, 0.5920621752738953, 0.9875342845916748, 0.239850714802742, 0.7958132028579712, 0.7384035587310791, 0.6843618750572205, 0.5699968338012695, 0.3911767601966858, 0.21760141849517822, 0.26199114322662354, 0.3996054232120514, 0.33504951000213623, 0.09672731161117554, 0.3557693660259247, 0.8522392511367798, 0.1864810585975647, 0.035445258021354675, 0.3299027383327484, 0.8565433621406555, 0.8829172849655151, 0.4327782392501831, 0.97380131483078, 0.9779857397079468, 0.9559298753738403, 0.9941871166229248, 0.9993247985839844, 0.9990571141242981, 0.8335871696472168, 0.921123206615448, 0.41558244824409485, 0.960113525390625, 0.9958088397979736, 0.9997926354408264, 0.19812709093093872, 0.28913208842277527, 0.97074955701828, 0.9553369283676147, 0.986229658126831, 0.9908118844032288, 0.918228805065155, 0.993126392364502, 0.9942836165428162, 0.9999674558639526, 0.9991195797920227, 0.6207327842712402, 0.3858017921447754, 0.23830406367778778, 0.6268002986907959, 0.9192978739738464, 0.5974399447441101, 0.793044924736023, 0.027055026963353157, 0.4150232672691345, 0.849891185760498, 0.44142353534698486, 0.5453609228134155, 0.5476921796798706, 0.7827014923095703, 0.16785494983196259, 0.27950388193130493, 0.15168507397174835, 0.9393766522407532, 0.9425304532051086, 0.5266391634941101, 0.6974170207977295, 0.21525844931602478, 0.6547135710716248, 0.17649105191230774, 0.47117334604263306, 0.2833438813686371, 0.015697091817855835, 0.05021189525723457, 0.3054577708244324, 0.6877910494804382, 0.06106650456786156, 0.3202313780784607, 0.3967205286026001, 0.06668158620595932, 0.04034382477402687, 0.0236891508102417, 0.814128577709198, 0.5625318884849548, 0.16821373999118805, 0.009330992586910725, 0.2584266662597656, 0.2437138706445694, 0.19616179168224335, 0.5233553647994995, 0.05886330083012581, 0.9947319030761719, 0.9999998807907104, 0.9786118865013123, 0.996547520160675, 0.999921441078186, 0.9878330230712891, 0.9961591958999634, 0.9981288313865662, 0.9498745203018188, 0.8979502320289612, 0.897318959236145, 0.9937259554862976, 0.9996989965438843, 0.9999233484268188, 0.9999411106109619, 0.9986995458602905, 0.9723598957061768, 0.39159512519836426, 0.0999559536576271, 0.32451915740966797, 0.09601958841085434, 0.0944492295384407, 0.9005162715911865, 0.632268488407135, 0.9249394536018372, 0.23185528814792633, 0.4526994526386261, 0.32559892535209656, 0.14580921828746796, 0.22903229296207428, 0.4267103374004364, 0.24225017428398132, 0.8723912239074707, 0.862034022808075, 0.37073996663093567, 0.9600434303283691, 0.7558127045631409, 0.7223905920982361, 0.33946993947029114, 0.28129327297210693, 0.5860220789909363, 0.3911951184272766, 0.8500742316246033, 0.43816009163856506, 0.9933011531829834, 0.8103547692298889, 0.989950954914093, 0.9994338154792786, 0.334025114774704, 0.12622302770614624, 0.5795926451683044, 0.29273366928100586, 0.4159424602985382, 0.057406775653362274, 0.013827884569764137, 0.36749351024627686, 0.6816547513008118, 0.9225241541862488, 0.18710356950759888, 0.4088679850101471, 0.49316832423210144, 0.18332518637180328, 0.8826920390129089, 0.4072350859642029, 0.037328943610191345, 0.23465465009212494, 0.2057446986436844, 0.26491424441337585, 0.6405864953994751, 0.9260618090629578, 0.19099842011928558, 0.7126187086105347, 0.10598638653755188, 0.9502136707305908, 0.9845046997070312, 0.6320075988769531, 0.38216546177864075, 0.35549190640449524, 0.5415545105934143, 0.02297331392765045, 0.26808851957321167, 0.4820210337638855, 0.9314546585083008, 0.2573651969432831, 0.5253651142120361, 0.1304634064435959, 0.8218160271644592, 0.12746603786945343, 0.9514381885528564, 0.9872419834136963, 0.9197306036949158, 0.5854456424713135, 0.2059558928012848, 0.1518806368112564, 0.2424732893705368, 0.2939082384109497, 0.5848231315612793, 0.845197319984436, 0.4000641405582428, 0.030891302973031998, 0.24010692536830902, 0.06904030591249466, 0.402057945728302, 0.48450616002082825, 0.07937909662723541, 0.9687551856040955, 0.6692278385162354, 0.2586323320865631, 0.5548924207687378, 0.748795211315155, 0.5864540338516235, 0.05290263891220093, 0.11516781151294708, 0.09028758108615875, 0.17464405298233032, 0.052854932844638824, 0.11267785727977753, 0.9389496445655823, 0.14576222002506256, 0.755254328250885, 0.13662855327129364, 0.3493454158306122, 0.29235658049583435, 0.6642884612083435, 0.6250888705253601, 0.5481880903244019, 0.6338228583335876, 0.018220609053969383, 0.11496040970087051, 0.14149516820907593, 0.7141733765602112, 0.1911148875951767, 0.986182451248169, 0.8821197748184204, 0.0646800622344017, 0.3314657211303711, 0.1195174977183342, 0.8884260058403015, 0.19520077109336853, 0.46587347984313965, 0.6388580203056335, 0.31122931838035583, 0.28158876299858093, 0.16068054735660553, 0.8160023093223572, 0.33829161524772644, 0.015514480881392956, 0.39329448342323303, 0.15014830231666565, 0.2985551655292511, 0.9634577631950378, 0.19198748469352722, 0.27633726596832275, 0.7765205502510071, 0.6228319406509399, 0.4408407211303711, 0.22081148624420166, 0.07676194608211517, 0.5221173167228699, 0.17519061267375946, 0.23637430369853973, 0.8411966562271118, 0.6649529933929443, 0.14281420409679413, 0.25239527225494385, 0.7349085211753845, 0.1362099051475525, 0.8681455850601196, 0.09089735150337219, 0.14072267711162567, 0.08093409985303879, 0.0697287991642952, 0.3150637149810791, 0.47614356875419617, 0.21971097588539124, 0.9322645664215088, 0.7073233127593994, 0.7286837697029114, 0.7343331575393677, 0.45959585905075073, 0.813119649887085, 0.693145751953125, 0.017142057418823242, 0.8231523633003235, 0.8208977580070496, 0.24759231507778168, 0.7868002653121948, 0.5966318845748901, 0.1147877499461174, 0.08331307768821716, 0.31415221095085144, 0.24773120880126953, 0.023346057161688805, 0.8869126439094543, 0.18365085124969482, 0.20155607163906097, 0.4492413401603699, 0.31725776195526123, 0.7055714726448059, 0.4635947644710541, 0.7061811089515686, 0.0640966147184372, 0.8633443713188171, 0.25410208106040955, 0.47530174255371094, 0.7385976314544678, 0.24922925233840942, 0.33173564076423645, 0.3129657506942749, 0.20992320775985718, 0.12766169011592865, 0.08682584017515182, 0.031691279262304306, 0.08249767869710922, 0.8468893766403198, 0.11030005663633347, 0.517241895198822, 0.9205938577651978, 0.8485152721405029, 0.23181429505348206, 0.9329994320869446, 0.6311044096946716, 0.5519156455993652, 0.8968163132667542, 0.12052668631076813, 0.6625154614448547, 0.9074636697769165, 0.3785083591938019, 0.08960290253162384, 0.5546099543571472, 0.4877609312534332, 0.23331493139266968, 0.2907133102416992, 0.49355170130729675, 0.41117823123931885, 0.24951769411563873, 0.9713063836097717, 0.6367115378379822, 0.46035894751548767, 0.24585621058940887, 0.8290209770202637, 0.9024307131767273, 0.650965690612793, 0.15165391564369202, 0.4121319651603699, 0.4306879937648773, 0.14652113616466522, 0.984776496887207, 0.26561227440834045, 0.37183037400245667, 0.06017416715621948, 0.038701970130205154, 0.08283287286758423, 0.03438354656100273, 0.5385898351669312, 0.5531451106071472, 0.9590942859649658, 0.48933178186416626, 0.3009797930717468, 0.6120194792747498, 0.2359200119972229, 0.7462604641914368, 0.2911543548107147, 0.44776830077171326, 0.9991563558578491, 0.6032608151435852, 0.06447605788707733, 0.20495596528053284, 0.5447579026222229, 0.221072718501091, 0.9162360429763794, 0.38655880093574524, 0.5268723368644714, 0.8081729412078857, 0.07312213629484177, 0.6619108319282532, 0.18429160118103027, 0.0755426213145256, 0.11769260466098785, 0.29815271496772766, 0.16219724714756012, 0.3995717763900757, 0.9385299682617188, 0.18232007324695587, 0.35161668062210083, 0.5671724677085876, 0.19162103533744812, 0.2545101046562195, 0.33902862668037415, 0.2996697425842285, 0.0480717271566391, 0.10285333544015884, 0.043320611119270325, 0.11470251530408859, 0.17888770997524261, 0.5344479084014893, 0.017219433560967445, 0.6035419702529907, 0.935754120349884, 0.7094243168830872, 0.8715229630470276, 0.5961461067199707, 0.3155451714992523, 0.9347697496414185, 0.2422816902399063, 0.30641674995422363, 0.291960746049881, 0.9858294129371643, 0.05059769004583359, 0.030302176252007484, 0.598542332649231, 0.2993146777153015, 0.1628730744123459, 0.9804127812385559, 0.7734219431877136, 0.4863531291484833, 0.6232867240905762, 0.6521376371383667, 0.5291287302970886, 0.06475040316581726, 0.4222526550292969, 0.9320254325866699, 0.7490490674972534, 0.15689367055892944, 0.9516229033470154, 0.34775450825691223, 0.9202743172645569, 0.8077897429466248, 0.12244358658790588, 0.7696028351783752, 0.07501135766506195, 0.6583433151245117, 0.9738636016845703, 0.30663350224494934, 0.15368512272834778, 0.9747551083564758, 0.400175005197525, 0.9732071757316589, 0.5559409856796265, 0.15685033798217773, 0.197466179728508, 0.020767847076058388, 0.5296909809112549, 0.8713657259941101, 0.21678929030895233, 0.10214243829250336, 0.008080637082457542, 0.027141310274600983, 0.22792395949363708, 0.07020329684019089, 0.288424015045166, 0.9983519315719604, 0.14260084927082062, 0.07029559463262558, 0.26375648379325867, 0.7627459168434143, 0.6218738555908203, 0.034825053066015244, 0.38277310132980347, 0.8722545504570007, 0.4454628527164459, 0.6385043859481812, 0.7741305828094482, 0.790384829044342, 0.9998716115951538, 0.4023987650871277, 0.12273284047842026, 0.9944615364074707, 0.2582508623600006, 0.9315916895866394, 0.08218617737293243, 0.18693384528160095, 0.1947353631258011, 0.04328933730721474, 0.12513557076454163, 0.09368205070495605, 0.31190553307533264, 0.9059367179870605, 0.5207417607307434, 0.7558631896972656, 0.31956958770751953, 0.020703762769699097, 0.5136048793792725, 0.37783902883529663, 0.17062345147132874, 0.7778546810150146, 0.7695098519325256, 0.10802806168794632, 0.7999805212020874, 0.4773612320423126, 0.8459227085113525, 0.9989559650421143, 0.2623026669025421, 0.09826404601335526, 0.7405420541763306, 0.18432092666625977, 0.5531304478645325, 0.5485263466835022, 0.32236340641975403, 0.9677259922027588, 0.24700473248958588, 0.15281102061271667, 0.5266864895820618, 0.22534693777561188, 0.8444315195083618, 0.5885761380195618, 0.2716553211212158, 0.4451186954975128, 0.365585058927536, 0.16220277547836304, 0.4867078363895416, 0.6891320943832397, 0.709485650062561, 0.626121461391449, 0.7762609720230103, 0.3483361005783081, 0.8002589344978333, 0.9271408319473267, 0.879531741142273, 0.5286979675292969, 0.05506787821650505, 0.16538766026496887, 0.053014665842056274, 0.7023851871490479, 0.46041133999824524, 0.9890533089637756, 0.9421349763870239, 0.5528426766395569, 0.04864128679037094, 0.6847211718559265, 0.36554017663002014, 0.7406463623046875, 0.06671680510044098, 0.6382339596748352, 0.20703092217445374, 0.5051743984222412, 0.8990997672080994, 0.4628087282180786, 0.5708246827125549, 0.1027262732386589, 0.8813949823379517, 0.1281125545501709, 0.4703531861305237, 0.2739124894142151, 0.683914303779602, 0.03968290612101555, 0.025274958461523056, 0.5618588924407959, 0.8939381837844849, 0.1962633728981018, 0.6039947271347046, 0.6217641234397888, 0.8929533958435059, 0.7572133541107178, 0.2995782196521759, 0.5114554166793823, 0.10108821094036102, 0.07958776503801346, 0.24379412829875946, 0.022509735077619553, 0.6823149919509888, 0.11003158241510391, 0.1250319480895996, 0.05765146389603615, 0.37055671215057373, 0.4426806569099426, 0.6936984658241272, 0.4937889873981476, 0.39126232266426086, 0.33778199553489685, 0.23627129197120667, 0.1786259263753891, 0.13170462846755981, 0.14217086136341095, 0.5184018611907959, 0.31277143955230713, 0.6481493711471558, 0.575110137462616, 0.3451748192310333, 0.45303821563720703, 0.18751797080039978, 0.10159938782453537, 0.9505575895309448, 0.3558155596256256, 0.015261229127645493, 0.04382430016994476, 0.9209175109863281, 0.03864698484539986, 0.40555593371391296, 0.35786691308021545, 0.254443883895874, 0.9749045372009277, 0.9667352437973022, 0.6033430695533752, 0.28932952880859375, 0.15644952654838562, 0.9297201037406921, 0.47605592012405396, 0.5696873068809509, 0.3563358187675476, 0.6033391952514648, 0.6317676305770874, 0.503877580165863, 0.6435626745223999, 0.9912418127059937, 0.12462140619754791, 0.06123894825577736, 0.5422373414039612, 0.9709967374801636, 0.035619691014289856, 0.501560628414154, 0.06302621215581894, 0.5542552471160889, 0.5402002930641174, 0.9069494605064392, 0.12086347490549088, 0.3267315626144409, 0.9251032471656799, 0.5642842054367065, 0.9788479208946228, 0.37485939264297485, 0.12353450804948807, 0.6014553308486938, 0.19749921560287476, 0.8507183790206909, 0.8910778760910034, 0.051476068794727325, 0.9807906150817871, 0.8178450465202332, 0.7561333775520325, 0.37794387340545654, 0.9209789633750916, 0.07840484380722046, 0.9235122203826904, 0.833260715007782, 0.1371942162513733, 0.4007783830165863, 0.760110080242157, 0.7489311099052429, 0.2871943712234497, 0.8234344720840454, 0.9295058250427246, 0.8459880948066711, 0.35568636655807495, 0.754574179649353, 0.541637659072876, 0.19654445350170135, 0.248937726020813, 0.04602465778589249, 0.9584532380104065, 0.375328004360199, 0.3594156801700592, 0.356423020362854, 0.3295140266418457, 0.6805577278137207, 0.29089444875717163, 0.41818171739578247, 0.6429116725921631, 0.23543427884578705, 0.40769681334495544, 0.48346850275993347, 0.6572732925415039, 0.1475941389799118, 0.12431911379098892, 0.1151733323931694, 0.7990812659263611, 0.7889885306358337, 0.008410416543483734, 0.2701110541820526, 0.11686958372592926, 0.036352772265672684, 0.6683160066604614, 0.11203224956989288, 0.9952892065048218, 0.9469307661056519, 0.051106054335832596, 0.9752923846244812, 0.6181145310401917, 0.74629807472229, 0.37294912338256836, 0.8573744297027588, 0.05414842441678047, 0.909425675868988, 0.13581180572509766, 0.06283289939165115, 0.07128644734621048, 0.015581049956381321, 0.008816232904791832, 0.0710468515753746, 0.06677010655403137, 0.5244908928871155, 0.0779959186911583, 0.07348303496837616, 0.23569850623607635, 0.023250900208950043, 0.14762438833713531, 0.03723027557134628, 0.6031920909881592, 0.20096294581890106, 0.27586808800697327, 0.12175675481557846, 0.1004379391670227, 0.10762988775968552, 0.2557292878627777, 0.1362534612417221, 0.2590722143650055, 0.01758989691734314, 0.6994297504425049, 0.8028805255889893, 0.30703940987586975, 0.049930185079574585, 0.13380958139896393, 0.09322059899568558, 0.04439358785748482, 0.3569020926952362, 0.5595452785491943, 0.1404542475938797, 0.12857499718666077, 0.15085014700889587, 0.984281599521637, 0.07213534414768219, 0.10099979490041733, 0.03008454106748104, 0.041095755994319916, 0.031439416110515594, 0.05409214273095131, 0.023848779499530792, 0.18615444004535675, 0.0635763630270958, 0.3430269658565521, 0.24472345411777496, 0.37736350297927856, 0.277892142534256, 0.7453961968421936, 0.3393433094024658, 0.20098526775836945, 0.9660512208938599, 0.4634741544723511, 0.9357790350914001, 0.9716755151748657, 0.7998056411743164, 0.6730483770370483, 0.9802440404891968, 0.5468250513076782, 0.21449245512485504, 0.9359737038612366, 0.06253639608621597, 0.0428876094520092, 0.3343103528022766, 0.18547891080379486, 0.08593889325857162, 0.2322894036769867, 0.22849273681640625, 0.13889849185943604, 0.06242240220308304, 0.024231398478150368, 0.2873123586177826, 0.3703025281429291, 0.10745716094970703, 0.19285964965820312, 0.24891403317451477],
"cosine": true
}
}
},
"min_score" : 0.905,
"boost_mode":"replace"
}
},
"_source":{"exclude":["signature"]}
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment