Help >
Web Development
>
Object Reference
>
Code Samples
>
ASP
Perceptive Enterprise Search
Local Administration Console
Other Products
ASP
These simple examples show the fundamentals of getting started using the ISYS:web.dk (admin) object framework with VBScript and ASP.
This section includes the following topics:
GLOBAL.ASA
Demonstrates adding ISYS to your global.asa
Creating the ISYS Engine
Demonstrates creating the ISYS engine and storing it in application scope.
Opening an ISYS Index
Demonstrates opening a static index or a chain of indexes.
Executing a search
Demonstrates executing a command based query against an index.
Reloading a previously save result list.
Demonstrates reloading a previously saved result list. This is useful when showing results in a paged fashion (1-10, 11-20...)
Enumerating the result list
Demonstrates enumerating an ISYS result list.
Executing a "Query Within"
Demonstrates executing a Query Within. This allows you to narrow a previously executed search by providing new search terms.
Walking the Concept Tree
Demonstrates opening a Concept Tree, and displaying the top level nodes along with the first three child nodes. This produces a web directory-like view.
Using the ISYSImageCache
Demonstrates using the ISYSImageCache object from your web site.
Enumerating the ISYS catalog
Demonstrates enumerating the ISYS catalog to display the result in a drop down list.