You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/indexing.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,13 @@
118
118
define the default global <emphasis>index creation policy</emphasis>.</para>
119
119
<para> To configure a given collection - e.g. <filename>/db/foo</filename> - create a
120
120
file <filename>collection.xconf</filename> and store it as <filename>/db/system/config/db/foo/collection.xconf</filename>. Note the replication of
121
-
the <filename>/db/foo</filename> hierarchy inside <filename>/db/system/config/</filename>. Subcollections which do not have a <filename>collection.xconf</filename> file of their own will be governed by the
121
+
the <filename>/db/foo</filename> hierarchy inside <filename>/db/system/config/</filename>. Sub-collections which do not have a <filename>collection.xconf</filename> file of their own will be governed by the
122
122
configuration policy specified for the closest ancestor collection which does have
123
123
such a file, so you are not required to specify a configuration for every
124
124
collection. Note, however, that configuration settings do not cascade. If you choose
125
-
to deploy a <filename>collection.xconf</filename> file in a subcollection, you must
125
+
to deploy a <filename>collection.xconf</filename> file in a sub-collection, you must
126
126
specify in that file <emphasis>all</emphasis> the configuration options you wish to
127
-
have applied to that subcollection (and any lower-level subcollections without
127
+
have applied to that sub-collection (and any lower-level sub-collections without
128
128
<filename>collection.xconf</filename> files of their own). </para>
129
129
<note>
130
130
<para>Due to backward compatibility concerns, the file does not have to be called
Copy file name to clipboardExpand all lines: data/xmldb.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -116,8 +116,8 @@ return
116
116
<listitem>
117
117
<para>The <commandmoreinfo="none">collection()</command> function specifies
118
118
the collection of documents to be included in the query evaluation. By
119
-
default, documents found in subcollections of the specified collection
120
-
are also included. For example, suppose we have a collection <filenamemoreinfo="none">/db/test</filename> that includes two subcollections
119
+
default, documents found in sub-collections of the specified collection
120
+
are also included. For example, suppose we have a collection <filenamemoreinfo="none">/db/test</filename> that includes two sub-collections
121
121
<filenamemoreinfo="none">/db/test/abc</filename> and <filenamemoreinfo="none">/db/test/def</filename>. In this case, the function
122
122
call <commandmoreinfo="none">collection('/db/test')</command> will
123
123
include all of the resources found in <filenamemoreinfo="none">/db/test</filename>, <filenamemoreinfo="none">/db/test/abc</filename> and <filenamemoreinfo="none">/db/test/def</filename>.</para>
0 commit comments