Interface DocumentMetadataContributor


public interface DocumentMetadataContributor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    contribute(com.google.gson.JsonObject document, String tenantId, String id)
    Contributes metadata to the indexed document.
  • Method Details

    • contribute

      void contribute(com.google.gson.JsonObject document, String tenantId, String id)
      Contributes metadata to the indexed document.
      Parameters:
      document - The indexed document.
      tenantId - The tenant id.
      id - The document id.