Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paste
P93883
Dump of empty index from I0e51095fc8b967824f472337a1c0fdea36fb214f
Active
Public
Actions
Authored by
atsuko
on Jun 4 2026, 4:17 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Project Tags
None
Referenced Files
F86632610: Dump of empty index from I0e51095fc8b967824f472337a1c0fdea36fb214f
Jun 4 2026, 4:17 PM
2026-06-04 16:17:59 (UTC+0)
Subscribers
None
$ docker compose exec mediawiki php extensions/Translate/scripts/ttmserver-export.php --wiki=testwiki --ttmserver eqiad-test
*******************************************************************************
NOTE: Do not run maintenance scripts directly, use maintenance/run.php instead!
Running scripts directly has been deprecated in MediaWiki 1.40.
It may not work for some (or any) scripts in the future.
*******************************************************************************
35 0.17 20.0M Forked thread 41 to handle bootstrapping for 'eqiad-test'
41 0.27 24.0M Cleaning up old entries in 'eqiad-test'...
35 2.28 22.0M Optimizing 'eqiad-test'...
atsuko@deploy1003:~$ curl -q https://opensearch-ttmserver.svc.eqiad.wmnet:30443/ttmserver-test | jq
{
"ttmserver-test": {
"aliases": {},
"mappings": {
"properties": {
"content": {
"type": "text",
"fields": {
"case_sensitive": {
"type": "text",
"term_vector": "yes",
"analyzer": "casesensitive"
},
"content": {
"type": "text",
"term_vector": "yes"
},
"prefix_complete": {
"type": "text",
"term_vector": "yes",
"analyzer": "prefix",
"search_analyzer": "standard"
}
}
},
"group": {
"type": "keyword"
},
"language": {
"type": "keyword"
},
"localid": {
"type": "keyword"
},
"uri": {
"type": "keyword"
},
"wiki": {
"type": "keyword"
}
}
},
"settings": {
"index": {
"replication": {
"type": "DOCUMENT"
},
"refresh_interval": "5s",
"number_of_shards": "1",
"provided_name": "ttmserver-test",
"creation_date": "1780589736726",
"analysis": {
"filter": {
"prefix_filter": {
"type": "edge_ngram",
"min_gram": "2",
"max_gram": "20"
}
},
"analyzer": {
"casesensitive": {
"tokenizer": "standard"
},
"prefix": {
"filter": [
"lowercase",
"prefix_filter"
],
"type": "custom",
"tokenizer": "standard"
}
}
},
"number_of_replicas": "1",
"uuid": "QufPmy_LRgOSCZyMro0oVg",
"version": {
"created": "136408327"
}
}
}
}
}
Event Timeline
atsuko
created this paste.
Jun 4 2026, 4:17 PM
2026-06-04 16:17:59 (UTC+0)
atsuko
mentioned this in
T428168: Make Translate compatible with OpenSearch 2
.
Log In to Comment