Links
dtSearch Text Retrieval Engine -- Java API
ListIndexJob Class
Classes | Legend | Members | Methods
Class Hierarchy
public class ListIndexJob;
File

ListIndexJob.java

Description

List words, fields, or filenames in an index to a file or to a memory buffer

Group
Methods
Method 
Description 
Call execute() to generate the list 
After execute() returns, use getErrors to access error information. 
Index to list 
Name of the file to create. 
Output can be directed to a string or to a disk file. For string output, use setOutputStringMaxSize to set the maximum size of the output string, and use getOutputString to access the result. 
Maximum size of the output string to create (0 = no limit) 
ToMatch is an optional search expression specifying the text to match against items being listed. For example, to list all field names starting with "A", you would set ListFlags to dtsListIndexFields and set ToMatch to "A*". 
Set to ListIndexFlags values to control what is listed. 
Set to a value from 1 to 10 to list using fuzzy matching 
Index to list 
Name of the file to create. 
Maximum size of the output string to create (0 = no limit) 
Output can be directed to a string or to a disk file. For string output, use setOutputStringMaxSize to set the maximum size of the output string, and use getOutputString to access the result. 
Legend
 
Method 
Links
You are here: Classes > ListIndexJob Class
Copyright (c) 1998-2008 dtSearch Corp. All rights reserved.