From cb9d0ba731eac799da1e60e89f18c6f3ee693ea0 Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Tue, 7 Sep 2021 16:09:45 +0200 Subject: Verify that rank profile inheritance is correct and sound. The rank profile must exist and be visible in the inheritance tree of the searchdefinition. --- document/src/main/java/com/yahoo/document/DataTypeName.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'document') diff --git a/document/src/main/java/com/yahoo/document/DataTypeName.java b/document/src/main/java/com/yahoo/document/DataTypeName.java index 1012fd69b30..b46da425f08 100644 --- a/document/src/main/java/com/yahoo/document/DataTypeName.java +++ b/document/src/main/java/com/yahoo/document/DataTypeName.java @@ -1,15 +1,13 @@ // Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.document; -import com.yahoo.text.Lowercase; import com.yahoo.text.Utf8Array; import com.yahoo.text.Utf8String; import java.io.Serializable; /** - * A full document type name, consisting of a name and a version. The name is case insensitive, and the - * version must be a positive integer or 0. This is a value object. + * A full document type name. The name is case sensitive. This is a value object. * * @author bratseth */ -- cgit v1.2.3