Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For the Verity part (without considering ColdFusion), it's easy enough to detach a collection, rename it, and reattach it again:</p> <pre><code>rcadmin&gt; indexdetach Server Alias:YourDocserver Index Alias:CollectionName Index Type [(c)ollection,(t)ree,(p)arametric,(r)ecommendation]:c Save changes? [y|n]:y &lt;&lt;Return&gt;&gt; SUCCESS rcadmin&gt; collpurge Collection alias:CollectionName Admin Alias:AdminServer Save changes? [y|n]:y &lt;&lt;Return&gt;&gt; SUCCESS rcadmin&gt; adminsignal Admin Alias:AdminServer Type of signal (Shutdown=2,WSRefresh=3,RestartAllServers=4):4 Save changes? [y|n]:y &lt;&lt;Return&gt;&gt; SUCCESS </code></pre> <p>Now you can rename the collection directory, and re-attach. (If you are unsure of any of these values, check them with collget before you take it offline).</p> <pre><code>rcadmin&gt; collset Admin Alias:AdminServer Collection Alias:NewCollectionName Modify Type (Update=0, Insert=1):1 Path: Gateway[(o)dbc|(n)otes|(e)xchange|(d)ocumentum|(f)ilesys|(w)eb|o(t)her]: Style Alias: Document Access (Public=0,Secure=1,Anonymous=2): Query Parser [(s)imple|(b)oolPlus|(f)reeText|(o)ldFreeText|O(l)dSimple|O(t)her]: Description: Max. Search Time(msecs): Save changes? [y|n]:y rcadmin&gt; indexattach Index Alias:NewCollectionName Index Type [(c)ollection,(t)ree,(p)arametric,(r)ecommendation]:c Server Alias:YourDocserver Modify Type (Update=0, Insert=1):1 Index State (offline=0,hidden=1,online=2):2 Threads (default=3): Save changes? [y|n]:y &lt;&lt;Return&gt;&gt; SUCCESS </code></pre> <p>It should now show up again in the 'hierarchyview'.</p> <p>You can also use the "merge" utility to copy content from one collection to another, with a new name.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload