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
| docid : 1 score : 0.8125 functional prog1 | |
| 0.8125 = (MATCH) sum of: | |
| 0.3125 = (MATCH) weight(contents:functional in 1) [DefaultSimilarity], result of: | |
| 0.3125 = score(doc=1,freq=1.0), product of: | |
| 0.5 = queryWeight, product of: | |
| 1.0 = idf(docFreq=2, maxDocs=3) | |
| 0.5 = queryNorm | |
| 0.625 = fieldWeight in 1, product of: | |
| 1.0 = tf(freq=1.0), with freq of: | |
| 1.0 = termFreq=1.0 |
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
| docid : 0 score : 0.86566484 prog1 prog2 prog3 | |
| 0.86566484 = (MATCH) product of: | |
| 1.7313297 = (MATCH) sum of: | |
| 1.7313297 = (MATCH) sum of: | |
| 0.5771099 = (MATCH) ConstantScore(contents:prog1)^20.0, product of: | |
| 20.0 = boost | |
| 0.028855493 = queryNorm | |
| 0.5771099 = (MATCH) ConstantScore(contents:prog2)^20.0, product of: | |
| 20.0 = boost | |
| 0.028855493 = queryNorm |
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
| Wildcards: 1 | |
| time: 4 | |
| utf32: 3 | |
| utf8: 27 | |
| factor: 9.0 | |
| Wildcards: 2 | |
| time: 3 | |
| utf32: 10 | |
| utf8: 94 | |
| factor: 9.4 |
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
| seguintes equaçoes => https://pt.wikipedia.org/wiki/Equa%C3%A7%C3%A3o ???? |
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
| elastic2002.codfw.wmnet: | |
| checkout status: None [started: 0 mins ago, last-return: None mins ago] | |
| logstash1003.eqiad.wmnet: | |
| checkout status: 0 [started: 0 mins ago, last-return: 999 mins ago] | |
| elastic2022.codfw.wmnet: | |
| checkout status: None [started: 0 mins ago, last-return: None mins ago] | |
| elastic2019.codfw.wmnet: | |
| checkout status: None [started: 0 mins ago, last-return: None mins ago] | |
| elastic2024.codfw.wmnet: | |
| checkout status: None [started: 0 mins ago, last-return: None mins ago] |
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
| $oldTitle = &$this->oldTitle; | |
| $newTitle = &$this->newTitle; | |
| $dbw->onTransactionIdle( function () use ( &$oldTitle, &$newTitle, &$user, $pageid, $redirid, $reason ) { | |
| Hooks::run( 'TitleMoveComplete', array( &$oldTitle, &$newTitle, &$user, $pageid, $redirid, $reason ) ); | |
| } ); |
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
| The doc: | |
| { | |
| labels_de: [ | |
| {lang: "de-ch", label:"Blah"}, | |
| {lang: "de", label:"Blah2"}, | |
| ], | |
| labels_en: [ | |
| {lang: "en", label:"Foo"}, | |
| {lang: "en-gb", label:"Foo2"} | |
| ] |
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
| status initializing_shards relocating_shards unassigned_shards | |
| yellow 9 0 197 | |
| status initializing_shards relocating_shards unassigned_shards | |
| yellow 16 0 157 | |
| ^CTraceback (most recent call last): | |
| File "/usr/local/bin/es-tool", line 351, in <module> | |
| sys.exit(commands[args.command]()) | |
| File "/usr/local/bin/es-tool", line 330, in <lambda> | |
| "restart-fast": (lambda: es_restart_fast(lambda: 0)), |
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
| PAGE=$1 | |
| echo Defaults | |
| curl -s 'https://en.m.wikipedia.org/w/api.php?action=query&format=json&prop=pageterms%7Cpageimages%7Cpageprops&ppprop=mainpage%7Cdisambiguation&wbptterms=description&generator=search&gsrsearch=morelike%3A'$PAGE'&gsrnamespace=0&gsrwhat=text&gsrinfo=&gsrprop=redirecttitle&gsrlimit=5&piprop=thumbnail&pithumbsize=640&pilimit=5&continue=' | jq . | grep "title" | |
| echo ======= | |
| echo Opening text (no boost links) | |
| curl -s 'https://en.m.wikipedia.org/w/api.php?action=query&format=json&prop=pageterms%7Cpageimages%7Cpageprops&ppprop=mainpage%7Cdisambiguation&wbptterms=description&generator=search&gsrsearch=morelike%3A'$PAGE'&gsrnamespace=0&gsrwhat=text&gsrinfo=&gsrprop=redirecttitle&gsrlimit=5&piprop=thumbnail&pithumbsize=640&pilimit=5&continue=&cirrusMltUseFields=yes&cirrusMltFields=opening_text&cirrusBoostLinks=no' | jq . | grep "title" |
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
| [2016-02-04 10:57:20,814][INFO ][cluster.routing.allocation.decider] [elastic2002] updating [cluster.routing.allocation.enable] from [ALL] to [PRIMARIES] | |
| [2016-02-04 10:57:21,844][INFO ][http ] [elastic2002] bound_address {inet[/0:0:0:0:0:0:0:0:9200]}, publish_address {inet[/10.192.0.131:9200]} | |
| [2016-02-04 10:57:21,845][INFO ][node ] [elastic2002] started | |
| [2016-02-04 10:57:59,061][INFO ][cluster.routing.allocation.decider] [elastic2002] updating [cluster.routing.allocation.enable] from [PRIMARIES] to [ALL] | |
| [2016-02-04 11:01:27,960][INFO ][monitor.jvm ] [elastic2002] [gc][young][251][42] duration [703ms], collections [1]/[1.5s], total [703ms]/[3.4s], memory [2.3gb]->[1.7gb]/[29.8gb], all_pools {[young] [667mb]->[10.9mb]/[1.4gb]}{[survivor] [161.8mb]->[137.1mb]/[191.3mb]}{[old] [1.5gb]->[1.6gb]/[28.1gb]} | |
| [2016-02-04 11:01:33,409][WARN ][monitor.jvm ] [elastic2002] [gc][young][255][43] duration [1.4s], collections [1]/[2.4s], total [1.4s]/[4.9s], |
OlderNewer