Class DocumentReferenceResolver


  • public class DocumentReferenceResolver
    extends java.lang.Object
    Resolves all document references in the search definitions Iterates through all document fields having a ReferenceDataType and uses ReferenceDataType.getTargetType() to determine the referenced document. This information is aggregated into a DocumentReferences object.
    Author:
    bjorncs
    • Constructor Detail

      • DocumentReferenceResolver

        public DocumentReferenceResolver​(java.util.List<Search> schemas)
    • Method Detail

      • resolveReferences

        public void resolveReferences​(SDDocumentType documentType)