Package ISSearch

Interface Summary
ISCrawlerInterface Interface of the main Crawler class of the Web search engine.
ISDBCrawlerInterface Interface of the main Crawler class of the Web search engine.
ISDBinterface Interface of the database connection.
ISDocumentInterface This interface is used to represent the parsed document.
ISParserInterface Parser-Interface of the Web search engine.
ISQueryProcessorInterface Interface des Query-Prozessors.
ISTermInterface This interface is used to represent particular terms of the document.
 

Class Summary
ISCrawler The Crawler class of the Web search engine.
ISDB This class is used to open and close the database connection, to prepare the DB schema (tables and indexes) for storage, and to store crawled data into this schema.
ISDBCrawler The Crawler class of the Web search engine.
ISDocument This mandatory class must implement all functions prescribed by ISDocumentInterface
ISParser This mandatory class must implement all functions prescribed by ISParserInterface
ISQueryProcessor Interface des Query-Prozessors.
ISTerm This mandatory class must implement all functions prescribed by ISTermInterface
MainGUI