Using vspider, how can I skip documents where the Title zone is empty?
Component/Plugin: Verity Spider Version(s): 6.0.0 Operating System: All Question: Using vspider, how can I skip documents where the Title element is empty? Answer: To force vspider to skip documents that do not have any content in the Title element, use the -indskip option with the -regexp option. The following vspider command will ensure that documents without content in the Title element are skipped from indexing. Note that this is only a partial command and your complete command will differ. vspider… -indskip title “^$” -regexp As long as there is something in the Title element, meaning between the