Help > Web Development > Object Reference > Object Reference > ISYSIndex
<a name="kanchor423"></a>ISYSIndex Object
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
FindWordMatchReturns a list of words from the index that match the specified word.
GetDocumentByNameReturns 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.
LoadResultListLoads a previously saved result list and returns an associated ISYSResultList object.
NewSearchCreates a new search object that is used to perform advanced ISYS searching
PerformEnglishFindExecutes a Plain English query (PEQ) against the index returning an ISYSResultList.
PerformFindExecutes a command based query against the index returning an ISYSResultList object.
ISYSIndex Properties
DocumentCountReturns the total number of documents included in the index. Read-Only.
IndexerReturns an object used to add, remove documents or otherwise update indexes.
NameReturns the name of the index from the ISYS.CFG, or a constructed name if no explicit name has been configured. Read-Only.
PathReturns the path of the index. Read-Only