Class ElasticsearchDocument

java.lang.Object
org.alfresco.repo.search.impl.elasticsearch.admin.ElasticsearchDocument

public class ElasticsearchDocument extends Object
A representation of an Elasticsearch document
  • Constructor Details

    • ElasticsearchDocument

      public ElasticsearchDocument(org.opensearch.client.opensearch.core.search.Hit searchHit)
    • ElasticsearchDocument

      public ElasticsearchDocument(String id, long contentIndexingLastUpdate, long metadataIndexingLastUpdate, String contentTrStatus)
  • Method Details

    • getId

      public String getId()
    • getContentIndexingLastUpdate

      public long getContentIndexingLastUpdate()
    • getMetadataIndexingLastUpdate

      public long getMetadataIndexingLastUpdate()
    • getContentTrStatus

      public String getContentTrStatus()