Demonstrates opening a static index or a chain of indexes.
<%
set Application("ISYS") = Server.CreateObject("ISYS.ISYSAsp")
set Application("ISYSIndex") = Application("ISYS").OpenIndex("c:\index")
set Application("ISYSIndexChain") = Application("ISYS").OpenIndex("c:\index1;c:\index2")
%>
Note: this method has been replaced by the ISYSSearchObject.
Click here for an example.
|