On my Centos 7 workstation i have elasticsearch (ver.5.5.1) service by image: docker.elastic.co/elasticsearch/elasticsearch:5.5.1.
Filesystem type on my workstation is xfs.
I have .tar archive with /usr/share/elasticsearch/data/nodes/0/ contains index structure:
(JSON from kibana)
{
"_index": "fias-addrobj",
"_type": "document",
"_id": "00173aad-ae1a-413e-b73c-d9e573923ef9",
"_score": 1,
"_source": {
"aoid": "00173aad-ae1a-413e-b73c-d9e573923ef9",
"formalname": "УчительÑкий",
"regioncode": "26",
"offname": "УчительÑкий",
"shortname": "проез",
"aolevel": 7,
"parentguid": "2a1c7bdb-05ea-492f-9e1c-b3999f79dcbc",
"aoguid": "1a10726e-c22d-4ed0-b01e-ebe7bce46ddf",
"actstatus": 1
}
}
Trouble with formalname – string, offname – string, shortname – string wrong charset.