summaryrefslogtreecommitdiffstats
path: root/document
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-01-16 15:05:37 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-01-16 15:05:37 +0000
commit3dde87e3ce2539a04b658a8bf6916975925ca30d (patch)
tree6aa5d2449e261d39548545366395d56f7ef7b2bc /document
parentf4ca1a66486f7e10f507b0c8054e403c7ff9c125 (diff)
Update comment.
Diffstat (limited to 'document')
-rw-r--r--document/src/vespa/document/base/idstring.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/document/src/vespa/document/base/idstring.h b/document/src/vespa/document/base/idstring.h
index 6e21aebc478..894703e67fd 100644
--- a/document/src/vespa/document/base/idstring.h
+++ b/document/src/vespa/document/base/idstring.h
@@ -12,11 +12,10 @@ namespace document {
* \class document::IdString
* \ingroup base
*
- * \brief New scheme for documents with no forced distribution.
+ * \brief Scheme for document id.
*
- * By using this scheme, documents will be evenly distributed within VDS,
- * as the location of a doc identifier is a hash of the entire URI.
- * This scheme also contains the DocumentType.
+ * Document id with a scheme that both supports uniform hash based distribution,
+ * and location based distribution based on numeric id or textual group..
*/
class IdString {
public: