Martijn van Groningen df0be87b18 Merge pull request #16049 from elastic/feature/ingest
Merge feature/ingest branch into master branch.

This adds the ingest feature to ES that allows to preprocess document before indexing on an ingest node.
By default a node is an ingest node. Documents are preprocessed via a pipeline. A pipeline consists
out of one or more processors Each processor makes one or more modifications to a document processed.
There are many types of processors available out-of-the-box that are designed to make a specific change to a document being processed. In a cluster many pipeline can be configured via dedicated pipeline APIs. An new option on the bulk
and index APIs allows to control what pipeline is picked for preprocessing. If no pipeline is specified then the ingest
feature is skipped and no preprocessing takes place.
2016-01-26 13:41:13 +01:00
..
2016-01-20 03:32:51 -05:00
2016-01-25 12:08:17 -08:00
2016-01-16 22:45:37 -08:00
2015-04-27 17:19:36 +02:00
2015-08-01 05:14:46 -04:00
2015-12-10 12:01:18 +01:00
2015-10-09 12:27:43 +02:00