Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
O
P
R
S
U
I
ISCrawler
- Class in
ISSearch
The Crawler class of the Web search engine.
ISCrawler()
- Constructor for class ISSearch.
ISCrawler
Creates a new instance of ISCrawler
ISCrawlerInterface
- Interface in
ISSearch
Interface of the main Crawler class of the Web search engine.
isDataStructureEmpty()
- Method in class ISSearch.
ISCrawler
Checks if our data structure is empty or not.
isDataStructureEmpty()
- Method in interface ISSearch.
ISCrawlerInterface
Checks if our data structure is empty or not.
isDataStructureEmpty()
- Method in class ISSearch.
ISDBCrawler
ISDB
- Class in
ISSearch
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.
ISDB()
- Constructor for class ISSearch.
ISDB
ISDBCrawler
- Class in
ISSearch
The Crawler class of the Web search engine.
ISDBCrawler()
- Constructor for class ISSearch.
ISDBCrawler
Creates a new instance of ISCrawler
ISDBCrawlerInterface
- Interface in
ISSearch
Interface of the main Crawler class of the Web search engine.
ISDBinterface
- Interface in
ISSearch
Interface of the database connection.
ISDocument
- Class in
ISSearch
This
mandatory
class must implement all functions prescribed by
ISDocumentInterface
ISDocument()
- Constructor for class ISSearch.
ISDocument
Creates a new instance of ISDocument
ISDocumentInterface
- Interface in
ISSearch
This interface is used to represent the parsed document.
isOpen()
- Method in class ISSearch.
ISDB
Returns the current state of the database connection
isOpen()
- Method in interface ISSearch.
ISDBinterface
Returns the current state of the database connection
ISParser
- Class in
ISSearch
This
mandatory
class must implement all functions prescribed by
ISParserInterface
ISParser()
- Constructor for class ISSearch.
ISParser
Creates a new instance of ISParser
ISParserInterface
- Interface in
ISSearch
Parser-Interface of the Web search engine.
ISQueryProcessor
- Class in
ISSearch
Interface des Query-Prozessors.
ISQueryProcessor()
- Constructor for class ISSearch.
ISQueryProcessor
ISQueryProcessorInterface
- Interface in
ISSearch
Interface des Query-Prozessors.
ISSearch
- package ISSearch
isStopword(String)
- Method in class ISSearch.
ISParser
Decides whether the given token is claimed as stopword or not.
isStopword(String)
- Method in interface ISSearch.
ISParserInterface
Decides whether the given token is claimed as stopword or not.
ISTerm
- Class in
ISSearch
This
mandatory
class must implement all functions prescribed by
ISTermInterface
ISTerm()
- Constructor for class ISSearch.
ISTerm
Creates a new instance of ISTerm
ISTermInterface
- Interface in
ISSearch
This interface is used to represent particular terms of the document.
isVisited(URL)
- Method in class ISSearch.
ISCrawler
Checks if the URL of the given document is already visited by the crawler.
isVisited(URL)
- Method in interface ISSearch.
ISCrawlerInterface
Checks if the URL of the given document is already visited by the crawler.
isVisited(URL)
- Method in class ISSearch.
ISDBCrawler
Checks if the URL of the given document is already visited by the crawler.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
I
M
O
P
R
S
U