File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/xar-resources/data/java-admin-client Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 313
313
314
314
<para >To store a set of documents, use the <literal >-m</literal > and
315
315
<literal >-p</literal > parameters. For instance:</para >
316
- <programlisting >bin/client.sh -m /db/shakespeare/plays -p /home/exist/xml/shakespeare</programlisting >
316
+ <programlisting >bin/client.sh -c /db/shakespeare/plays - m /db/shakespeare/plays -p /home/exist/xml/shakespeare</programlisting >
317
317
<itemizedlist >
318
318
<listitem >
319
319
<para >The <literal >-m</literal > tells the client to implicitly create any
329
329
documents in that directory into the database. However, it will
330
330
<emphasis >not</emphasis > recurse into subdirectories. For this, you have to
331
331
pass the <literal >-d</literal > option. For example:</para >
332
- <programlisting >bin/client.sh -d -m /db/movies -p /home/exist/xml/movies</programlisting >
332
+ <programlisting >bin/client.sh -d -c /db/movies - m /db/movies -p /home/exist/xml/movies</programlisting >
333
333
<para >This will recurse into all directories below
334
334
<literal >/home/exist/xml/movies</literal >. For each subdirectory, a
335
335
collection will be created below the <literal >/db/movies</literal >
You can’t perform that action at this time.
0 commit comments