| ISYSIndex is used for executing searches, loading results from disk and fetching information about the index. |
| Note: The ISYSIndex object has been superseded by the ISYSSearch object for searching. You still use this object for updating or fetching information about an index. |
| ISYSIndex Methods |
| | FindWordMatch | Returns a list of words from the index that match the specified word. | | GetDocumentByName | Returns the ISYSDocument object for the given file name in the index. The filename must match exactly (including case) to how it is stored in the index. | | LoadResultList | Loads a previously saved result list and returns an associated ISYSResultList object. | | NewSearch | Creates a new search object that is used to perform advanced ISYS searching | | PerformEnglishFind | Executes a Plain English query (PEQ) against the index returning an ISYSResultList. | | PerformFind | Executes a command based query against the index returning an ISYSResultList object. |
|
|
| ISYSIndex Properties |
| | DocumentCount | Returns the total number of documents included in the index. Read-Only. | | Indexer | Returns an object used to add, remove documents or otherwise update indexes. | | Name | Returns the name of the index from the ISYS.CFG, or a constructed name if no explicit name has been configured. Read-Only. | | Path | Returns the path of the index. Read-Only |
|