Use DREADDDATA
The DIH accepts the DREADDDATA indexing action, which allows you to send data over a socket to the DIH for indexing. This action requires a POST request method. Use the following action syntax:
http://DIHhost:IndexPort/DREADDDATA?optionalParamsData#DREENDDATAkillDuplicatesOption\n\n
When you send this action to the DIH instead of to a Content component, note:
DIHhost
andIndexPort
are the host and index port of the DIH, not of any of its child Content components.- In mirror mode, DIH sends the data to every child Content component for indexing. In simple non-mirror mode, the DIH decides which Content indexes the data, but all Content components receive all actions. Use reference-based indexing or DistributeSendMinimal to further reduce the amount of traffic and Content load by allowing the DIH to distribute index data and index actions.