A G I M P R S

G

getBest() - Method in class ISSearch.ISCrawler
Returns the best candidate to be visited next.
getBest() - Method in interface ISSearch.ISCrawlerInterface
Returns the best candidate to be visited next.
getContentType(URLConnection) - Method in class ISSearch.ISCrawler
Returns the ContentType of the current document.
getContentType(URLConnection) - Method in interface ISSearch.ISCrawlerInterface
Returns the ContentType of the current document.
getCrawlingDepth() - Method in class ISSearch.ISCrawler
Returns the current maximum allowed crawling depth.
getCrawlingDepth() - Method in interface ISSearch.ISCrawlerInterface
Returns the current maximum allowed crawling depth.
getCurrentDocument() - Method in class ISSearch.ISCrawler
Returns the last document visited by the Crawler.
getCurrentDocument() - Method in interface ISSearch.ISCrawlerInterface
Returns the last document visited by the Crawler.
getCurrentURL() - Method in class ISSearch.ISCrawler
Returns the last URL visited by the Crawler.
getCurrentURL() - Method in interface ISSearch.ISCrawlerInterface
Returns the last URL visited by the Crawler.
getLink() - Method in class ISSearch.ISDocument
Returns the absolute URL of the current document
getLink() - Method in interface ISSearch.ISDocumentInterface
Returns the absolute URL of the current document
getMaxQueueSize() - Method in class ISSearch.ISCrawler
Returns the maximum allowed size of the URL Queue
getMaxQueueSize() - Method in interface ISSearch.ISCrawlerInterface
Returns the maximum allowed size of the URL Queue
getNextURL() - Method in class ISSearch.ISCrawler
Returns the next URL to be searched.
getNextURL() - Method in interface ISSearch.ISCrawlerInterface
Returns the next URL to be searched.
getPos() - Method in class ISSearch.ISTerm
This function returns the position of the word in the source document
getPos() - Method in interface ISSearch.ISTermInterface
This function returns the position of the word in the source document
getQueueSize() - Method in class ISSearch.ISCrawler
Returns the current size of the URL queue
getQueueSize() - Method in interface ISSearch.ISCrawlerInterface
Returns the current size of the URL queue
getState() - Method in class ISSearch.ISCrawler
Returns the current state of the crawler.
getState() - Method in interface ISSearch.ISCrawlerInterface
Returns the current state of the crawler.
getStem() - Method in class ISSearch.ISTerm
This function returns the word stem
getStem() - Method in interface ISSearch.ISTermInterface
This function returns the word stem
getTerms() - Method in class ISSearch.ISDocument
Returns the bag of words extracted from the document.
getTerms() - Method in interface ISSearch.ISDocumentInterface
Returns the bag of words extracted from the document.
getTimeout() - Method in class ISSearch.ISCrawler
Returns the current timeout of the crawler.
getTimeout() - Method in interface ISSearch.ISCrawlerInterface
Returns the current timeout of the crawler.
getUrls() - Method in class ISSearch.ISDocument
Returns the set of absolute Url's extracted from the current document.
getUrls() - Method in interface ISSearch.ISDocumentInterface
Returns the set of absolute Url's extracted from the current document.
getWord() - Method in class ISSearch.ISTerm
This function returns the original extracted word
getWord() - Method in interface ISSearch.ISTermInterface
This function returns the original extracted word

A G I M P R S