Skip to content

katridi/ELK-custom_ingestion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Task description

Create custom non-English analyzer for html based documents.

Make sure that Roman numbers are replaced as is with it’s Arabic numbers variation.



Create pipeline: see file

Check pipeline

POST _ingest/pipeline/roman-pipeline/_simulate
{
  "docs": [
    {
      "_source": {
        "text": "<br> XIX ВЕК фОкс </br>"
      }
    }
  ]
}

Ingest data with pipeline

POST russian_example/_doc?pipeline=roman-pipeline
{
       "text": "<br> X <b>ВЕК</b> фОкс </br>"
}

Check data

POST russian_example/_search

About

ELK school task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published