@@ -8,7 +8,7 @@ msgstr ""
8
8
"Project-Id-Version : MongoDB Manual\n "
9
9
"Report-Msgid-Bugs-To : \n "
10
10
"POT-Creation-Date : 2014-04-08 13:03-0400\n "
11
- "PO-Revision-Date : 2014-10-19 13:12 +0800\n "
11
+ "PO-Revision-Date : 2014-10-19 13:28 +0800\n "
12
12
"
Last-Translator :
YEXINGZHE54 <[email protected] >\n "
13
13
"Language-Team : Chinese (http://www.transifex.com/projects/p/mongodb-manual/ "
14
14
"language/zh/)\n "
@@ -34,11 +34,11 @@ msgid ""
34
34
"sparse indexes contain all documents in a collection, storing null values "
35
35
"for those documents that do not contain the indexed field."
36
36
msgstr ""
37
- "稀疏索引中值存储那些有被索引键的文档的索引项,即使被索引键的值是null(译者注: "
38
- "请注意,这里对null的处理和那些特殊索引的默认稀疏特性有细微差别,比如文本索 "
39
- "引 ,2d索引等)。索引会跳过所有不包含被索引键的文档。这个索引之所以称为 \" 稀疏 "
40
- "\" 是因为它并不包括集合中的所有文档。与之相反,非稀疏的索引会索引每一篇文档, "
41
- "如果一篇文档不含被索引键则为它存储一个null值。"
37
+ "稀疏索引中值存储那些有被索引键的文档的索引项,即使被索引键的值是null也会被索 "
38
+ "引(译者注: 请注意,这里对null的处理和那些特殊索引的默认稀疏特性有细微差别,比 "
39
+ "如文本索引 ,2d索引等)。索引会跳过所有不包含被索引键的文档。这个索引之所以称 "
40
+ "为 \" 稀疏 \" 是因为它并不包括集合中的所有文档。与之相反,非稀疏的索引会索引每 "
41
+ "一篇文档, 如果一篇文档不含被索引键则为它存储一个null值。"
42
42
43
43
# bc4a29a4d83e4b05b914ebe0e2c66284
44
44
#: ../source/core/index-sparse.txt:30
@@ -240,7 +240,8 @@ msgid ""
240
240
msgstr ""
241
241
":ref:`2dsphere (version 2) <2dsphere-v2>`, :doc:`2d </core/2d>`, :doc:"
242
242
"`geoHaystack </core/geohaystack>`, 和 :doc:`text </core/index-text>` 这些索引"
243
- "总是 ``稀疏`` 的。"
243
+ "总是 ``稀疏`` 的(译者注:请注意,这些索引对null的处理和这里的稀疏索引的处理有"
244
+ "细微差别,不要混淆了!)。"
244
245
245
246
#: ../source/core/index-sparse.txt:61
246
247
msgid "``sparse`` Compound Indexes"
0 commit comments