elasticsearch/docs/reference/text-structure/apis
Jan Kuipers c70956ac16
[text structure] Find field and message structure endpoints (#105660)
* Extract AbstractFindStructureRequest

* Extract FindStructureResponse

* Extract RestFindStructureRequestParser

* FindFieldStructure endpoint

* FindMessageStructure endpoint

* Improve FindTextStructureResponseTests

* REST API spec + YAML REST tests

* Lint fixes

* Remove POST find_field_structure

* Update docs/changelog/105660.yaml

* Update changelog

* Fix text_structure.find_field_structure.json

* Fix find_field_structure yaml rest test

* Fix FindTextStructureResponseTests

* Fix YAML tests with security

* Remove unreachable code

* DelimitedTextStructureFinder::createFromMessages

* NdJsonTextStructureFinderFactory::createFromMessages

* XmlTextStructureFinderFactory::createFromMessages

* LogTextStructureFinderFactory::createFromMessages

* Lint fixes

* Add createFromMessages to TextStructureFinderFactory interface

* Wire createFromMessages in the endpoints

* Uppercase UTF-8

* REST test for semi-structured messages

* Restrict query params to applicable endpoints

* typo

* Polish thread scheduling

* Propagate parent task in search request

* No header row for find message/field structure

* Expose findTextStructure more consistently

* Move text structure query params to shared doc

* Rename "find structure API" -> "find text structure API"

* Find message structure API docs

* Find field structure docs

* Maybe fix docs error?

* bugfix

* Fix docs?

* Fix find-field-structure test from docs

* Improve docs

* Add param documents_to_sample to docs

* improve docs
2024-03-06 11:03:42 +01:00
..
find-field-structure.asciidoc [text structure] Find field and message structure endpoints (#105660) 2024-03-06 11:03:42 +01:00
find-message-structure.asciidoc [text structure] Find field and message structure endpoints (#105660) 2024-03-06 11:03:42 +01:00
find-structure-shared.asciidoc [text structure] Find field and message structure endpoints (#105660) 2024-03-06 11:03:42 +01:00
find-structure.asciidoc [text structure] Find field and message structure endpoints (#105660) 2024-03-06 11:03:42 +01:00
index.asciidoc [text structure] Find field and message structure endpoints (#105660) 2024-03-06 11:03:42 +01:00
test-grok-pattern.asciidoc Endpoint to test Grok pattern (#104394) 2024-01-24 09:35:59 +01:00