BROWSE CATDV SUPPORT MANUALS
- PRODUCT MANUALS
- CatDV Clients
- CatDV Server
- CatDV Server 7.1 Manual
- CatDV Server 6.x Manual
- Worker Node
- CatDV Worker 5 Manual
- CatDV Worker 6 Manual
- Getting Started
- Configuring the Worker
- Configuring the Worker
- Work Sets and Watch Actions
- File Triggered Tasks
- Pre-Processing
- Importing Media Files
- Automatically keeping catalogs in sync with a disk or folder
- CatDV XML batch files (v1)
- New CatDV XML files (v2)
- Metadata Extraction Rules
- Exporting watch definitions
- Server Triggered Tasks
- Specifying a Root Folder
- Job Definitions
- Variable expressions
- Regular Expressions
- Naming Files
- Transcoding
- Exporting Stills
- Batch operation
- Batch vs individual operations
- Offline workflows: batch import and reanalyse media
- Development mode
- Hints and tips for developing efficient Worker Node scripts
- Command Line Interface
- Configuring the worker via XML
- Support
- Web Client
- Other Products
- Amazon Plug In
- Azure Plug In
- Black Pearl Plug In
- Adobe Premiere Integration
- FCS Import Tool
- Live HTML Publisher
- Installing Live HTML Publisher
- Using Live HTML Publisher
- Introduction
- Installation on Apache Tomcat
- Installation under Oracle OC4J
- Installation on Other Platforms
- Upgrading Live HTML Publisher
- Troubleshooting
- Overview
- Customising JSPs
- CatDV Tag Library
- Displaying Objects and Lists
- Configuring Live HTML Publisher
- Live Capture Plus
- Tricaster Plug-in
- CatDV ADA Archive Additions
- CatDV StorNext Archive Additons
- CATDV TUTORIALS
- Video Tutorials
- Tutorials
- Media Formats
- Ingest
- Transcoding
- Getting Organized
- Getting started with CatDV
- Benefits of CatDV catalogs
- Setting up Custom Metadata
- Ensuring Consistency: Picklists
- Customising Catalog Display
- Customising Event Markers
- Customising Metadata Display
- Verbatim Logging with CatDV
- Customising Clip Previews
- Managing Thumbnails
- Adding OSX colour tags to files using a Worker action
- Consumer Digital Photo Workflow
- The Bulk Edit Tool
- CatDV Pegasus
- Editing and Finishing
- Collaborative Workflow
- Media Delivery
- Archiving
- Technical Topics
- Using the Server Control Panel
- Setting Proxy Paths
- Desktop Streaming Proxies
- Migration to CatDV
- Large Metadata fields
- Printing CatDV Preferences
- CatDV Web Access via a DMZ
- Guidance on Filenames
- Optimizing Tables in MySQL
- Fixing Worker Command Failures
- Guidance on running CatDV Server in a VMware virtual environment
- Resilience & Housekeeping
- Technical Support
- FAQs
- All FAQs
- Catdv on Windows with apple QuickTime
- Server 7 Upgrade Procedure
- Server 7 Web Proxy Path Mappings
- Server 7 Upgrade Procedure
- Adobe Premiere Panel Plug-in Manual Installation Guide
- Removing CatDV Server from OSX
- Auto-starting MySQL on Yosemite
- MySQL Permissions Fix
- MPEG2 Playback Disabled
- Limitations when using CatDV Clients inside Virtual Machines
- CatDV on Yosemite (OSX 10.10)
- Shellshocker bash vulnerability
- Send to Adobe CC 2014 not working
- CatDV and Heartbleed
- Can’t find Quicktime for Java
- XDCAM/AVC playback problems
- CatDV on OSX 10.9 Mavericks
- Dates prior to 1970
- Cache-A “Failed to Get Drive List”
- Proxy Path Searching
- Location of Log Files
- Clip Viewer plays black video
- Worker Tips
- Java Security Issues
- Exporting Logs to Support
- Failed to Get Clips: 500
- Working with AVCHD .mts files
- CatDV on a PowerPC Mac’
- playing RED .r3d files
- Troubleshooting Web Client Proxies
- Worker Repeating Actions
- Unknown Type 49
- Pink and Green Stripes
- Problems with Cache-A
- Third Party Codec Crashes
- Remote Installation
- Slow Database Startup
- CatDV Pro is damaged …
- Client
- Catdv on Windows with apple QuickTime
- MPEG2 Playback Disabled
- Limitations when using CatDV Clients inside Virtual Machines
- CatDV on Yosemite (OSX 10.10)
- Shellshocker bash vulnerability
- Send to Adobe CC 2014 not working
- CatDV and Heartbleed
- Can’t find Quicktime for Java
- XDCAM/AVC playback problems
- CatDV on OSX 10.9 Mavericks
- Dates prior to 1970
- Cache-A “Failed to Get Drive List”
- Proxy Path Searching
- Location of Log Files
- Exporting Logs to Support
- Working with AVCHD .mts files
- CatDV on a PowerPC Mac’
- playing RED .r3d files
- Unknown Type 49
- Pink and Green Stripes
- Problems with Cache-A
- Third Party Codec Crashes
- CatDV Pro is damaged …
- Adobe ExtendScript Toolkit Will Not Install
- Server
- Server 7 Upgrade Procedure
- Server 7 Web Proxy Path Mappings
- Adobe Premiere Panel Plug-in Manual Installation Guide
- Removing CatDV Server from OSX
- Auto-starting MySQL on Yosemite
- MySQL Permissions Fix
- Limitations when using CatDV Clients inside Virtual Machines
- CatDV on Yosemite (OSX 10.10)
- Shellshocker bash vulnerability
- Send to Adobe CC 2014 not working
- CatDV and Heartbleed
- Exporting Logs to Support
- Remote Installation
- Slow Database Startup
- Glacier Vault
- Worker
- Limitations when using CatDV Clients inside Virtual Machines
- CatDV on Yosemite (OSX 10.10)
- Shellshocker bash vulnerability
- Send to Adobe CC 2014 not working
- CatDV and Heartbleed
- Proxy Path Searching
- Location of Log Files
- Worker Tips
- Exporting Logs to Support
- Worker Repeating Actions
- Unknown Type 49
- Problems with Cache-A
- Third Party Codec Crashes
- Worker Backup Plugin
- Web
- Server 7 Upgrade Procedure
- Server 7 Web Proxy Path Mappings
- Limitations when using CatDV Clients inside Virtual Machines
- CatDV on Yosemite (OSX 10.10)
- Shellshocker bash vulnerability
- Send to Adobe CC 2014 not working
- CatDV and Heartbleed
- Exporting Logs to Support
- Failed to Get Clips: 500
- Troubleshooting Web Client Proxies
- Web Proxy Support Page
- All FAQs
The Advanced Search Engine makes use of full-text indexing to allow greatly enhanced performance of general text queries.
Conventional database indexes do not index individual words within text fields. This means that if a user searches for an individual word the database has to scan every string in the entire database where that word might occur. As the size of the database increases this becomes slower and slower to the point where it becomes impractical.
Full-text indexing maintains indexes on each individual word in all text fields in the database, so that the database can go straight to the clips which contain a given word or words. This can speed free text searching up by orders of magnitude on larger databases.
Furthermore the text index itself can be used to provide hints to the user as to what strings to search for, allowing as-you-type search suggestions to be provided.
Setting up Full-Text Indexing
To enable full-text indexing you must have a valid Pegasus Server licence. You also need to enable the feature by entering the following text into the ‘Other’ field in the Server Config screen in the CatDV Server Control Panel:
catdv.fullTextIndexing = true
You will then need to shut down CatDV Server.
Assuming this is an existing installation with data already loaded in the database then you need to build an initial full-text index. This is done in the CatDV Server Control Panel by selecting ‘Rebuild Text Index..’ from the Tools menu. Building the initial index can take some time depending on the size of the database and CatDV Server must remain shut down during this time.
Once the index has been built you can start CatDV Server and full text indexing will be enabled.
NOTE: Full text indexing only affects free text searches such as using the simple search box in the web interface or when performing a fuzzy search on all log and media fields from the desktop client.
NOTE: Searches against individual fields continue to use normal database indexes. This means searches for ‘equals’ or ‘starts with’ are much faster than searches for ‘contains’ or ‘ends with’.
Search Hints
Search hints provide as-you-type hints to the words or phrases that a user might want to search for using knowledge of the words and phrases that are actually present in the database.
Currently search hints are only implemented in the CatDV Web 2 interface.