Data Processing refers to the processing performed on documents, starting from the pushing of documents in the Push API to the storing of the resulting output as fields and categories into the index.
In most situations, you can use the data model to create index fields and handle data processing. For more complex processing needs, however, you may need to create fields or customize processing by directly modifying the document analysis pipeline and index schema (see
Taking Control over Generated Index Fields).