List words, fields, or filenames in an index to a file or to a memory buffer
public class ListIndexJob;
ListIndexJob.java
|
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. | |
|
Maximum size of the output string to create (0 = no limit) | |
|
| |
|
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. | |
|
Optional search expression specifying the text to match against items being listed. |
|
Method |
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|