

PDF Indexing in CA View › Establish the Indexing Definitions › PDFINDEX Member Examples › Example 3: Create a PDF Index Record for Static Index Value
Example 3: Create a PDF Index Record for Static Index Value
This example defines an index that shows all of the pages that contain the word "ERROR".
INDEX=(ERRORSUM,*,EQ,ERROR)
The fields on the index statement are as follows:
- ERRORSUM—Names the index
- *—Specifies that the entire page is to be searched
- EQ—Search for a specific search string (that is, "ERROR")
- L(5)—The index value is 5 characters long
- ERROR—The index value and the string to search for
Copyright © 2015 CA Technologies.
All rights reserved.
 
|
|