summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-09-07 16:09:45 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2021-09-07 16:09:45 +0200
commitcb9d0ba731eac799da1e60e89f18c6f3ee693ea0 (patch)
tree2b789725d345eceb4591c19f66dd42f62cd43b3d /document
parentb47f8ea6a94051c54dfd565bb70885db5231ac68 (diff)
Verify that rank profile inheritance is correct and sound. The rank profile must exist and be visible in the inheritance tree of the searchdefinition.
Diffstat (limited to 'document')
-rw-r--r--document/src/main/java/com/yahoo/document/DataTypeName.java4
1 files changed, 1 insertions, 3 deletions
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 <i>name</i> and a <i>version</i>. The name is case insensitive, and the
- * version must be a positive integer or 0. This is a <i>value object</i>.
+ * A full document type name. The name is case sensitive. This is a <i>value object</i>.
*
* @author bratseth
*/