OpenSearch/docs
Alexander Reelsen da19ddf3e6 Ingest Attachment: Allow to prevent base64 conversions by using raw bytes (#16601)
CBOR is natively supported in Elasticsearch and allows for byte arrays.
This means, that by using CBOR the user can prevent base64 conversions
for the data being sent back and forth.

This PR adds support to extract data from a byte array in addition to
a string. This also required to add a ByteArrayValueSource class.
2016-04-11 14:14:56 +02:00
..
community-clients Add Scala based elasticsearch-client 2016-02-03 15:47:34 -08:00
groovy-api Backs out early link fix. 2015-10-22 15:00:35 -07:00
java-api Replaced SCAN search type with _doc sort in scroll query 2016-04-07 06:52:14 +02:00
perl Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
plugins Ingest Attachment: Allow to prevent base64 conversions by using raw bytes (#16601) 2016-04-11 14:14:56 +02:00
python [docs] Updating the Python client docxs 2015-11-30 16:50:08 +01:00
reference Use `mmapfs` by default. 2016-04-08 20:23:27 +02:00
resiliency Update resiliency page (#17586) 2016-04-07 12:17:13 +02:00
ruby Fix organization rename in all files in project 2016-03-03 12:04:13 -07:00
README.asciidoc Docs: Updated docs/README.asciidoc to point to the new docs repo 2015-04-27 08:54:07 +02:00

README.asciidoc

The Elasticsearch docs are in AsciiDoc format and can be built using the Elasticsearch documentation build process

See: https://github.com/elastic/docs