Interface DocumentMetadataContributor


  • public interface DocumentMetadataContributor
    • Method Detail

      • 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.