DAV Maintenance
VS-D-5 DAV Free Text Index
DAV Free Text Index : general
Real time index mode
- The WebDAV content is free-text indexed on all documents with a text content.
- The documents may have their indexing disabled by turning off the indexing flag. (see DAV security)
- By default the WebDAV content is in real time mode. That means after insert/update/delete the content immediately will be indexed.
- The real time mode will update the free text index as soon as the indexed resources change. Advantage is that a text search query can be performed immediately after an action. This will however take substantially longer if any significant number of resources are regularly updated.
Batch Mode indexing
- In this mode, changes of the WebDAV content are logged for later indexing.
- The index is updated periodically, at approximately the specified period (in minutes), if allowed by other background tasks.
- The index refresh period is a scheduled event period to refresh the free-text index in batch mode.
- To switch between modes in the Conductor UI, go to the "Web Application Server" tab, then go to the "Content Management" tab and then go to the "Text Triggers" sub-tab.
- This can also be achieved using a sql command. For example to turn batch mode on for 7 minute updates use:
SQL> DB.DBA.vt_batch_update ('WS.WS.SYS_DAV_RES', 'ON', 7);
Example
The demonstration allows the mode to be switched. Resource content can be created and tested.
| View the source | Action |
|---|---|
| 1. vs_d_5_sample_1.vsp | Run |
OpenLink Home
Technical Support