Package com.yahoo.schema
Class DocumentReferenceResolver
java.lang.Object
com.yahoo.schema.DocumentReferenceResolver
Resolves all document references in the search definitions
Iterates through all document fields having a
NewDocumentReferenceDataType and uses NewDocumentReferenceDataType.getTargetTypeName()
to determine the referenced document. This information is aggregated into a DocumentReferences object.- Author:
- bjorncs
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidresolveInheritedReferences(SDDocumentType documentType) voidresolveReferences(SDDocumentType documentType)
-
Constructor Details
-
DocumentReferenceResolver
-
-
Method Details
-
resolveReferences
-
resolveInheritedReferences
-