Page MenuHomePhabricator

raw-paste-data.txt

Authored By
EBernhardson
Oct 19 2020, 6:11 PM
Size
558 B
Referenced Files
None
Subscribers
None

raw-paste-data.txt

ebernhardson@elastic2040:~$ cat test.q
{
"analyzer": "text",
"text": "Afrikа"
}
ebernhardson@elastic2040:~$ curl -H 'Content-Type: application/json' -XPOST http://localhost:9200/afwiki_content/_analyze?pretty -d @test.q
{
"tokens" : [
{
"token" : "afrikа",
"start_offset" : 0,
"end_offset" : 6,
"type" : "<ALPHANUM>",
"position" : 0
},
{
"token" : "afrika",
"start_offset" : 0,
"end_offset" : 6,
"type" : "<ALPHANUM>",
"position" : 0
}
]
}
ebernhardson@elastic2040:~$

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
8592576
Default Alt Text
raw-paste-data.txt (558 B)

Event Timeline