Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
G
I
M
P
R
S
S
setCrawlingDepth(int)
- Method in class ISSearch.
ISCrawler
Sets the maximum allowed crawling depth.
setCrawlingDepth(int)
- Method in interface ISSearch.
ISCrawlerInterface
Sets the maximum allowed crawling depth.
setCurrentDocument(ISDocumentInterface)
- Method in class ISSearch.
ISCrawler
Sets the last document visited by the Crawler.
setCurrentDocument(ISDocumentInterface)
- Method in interface ISSearch.
ISCrawlerInterface
Sets the last document visited by the Crawler.
setLink(String)
- Method in class ISSearch.
ISDocument
Sets the absolute URL of the current document
setLink(String)
- Method in interface ISSearch.
ISDocumentInterface
Sets the absolute URL of the current document
setPos(int)
- Method in class ISSearch.
ISTerm
This function sets the position of the word in the source document
setPos(int)
- Method in interface ISSearch.
ISTermInterface
This function sets the position of the word in the source document
setQueueMaxSize(int)
- Method in class ISSearch.
ISCrawler
Set the maximum allowed size of the URL queue
setQueueMaxSize(int)
- Method in interface ISSearch.
ISCrawlerInterface
Set the maximum allowed size of the URL queue
setState(int)
- Method in class ISSearch.
ISCrawler
Sets the current state of the crawler.
setState(int)
- Method in interface ISSearch.
ISCrawlerInterface
Sets the current state of the crawler.
setTerms(ISTermInterface[])
- Method in class ISSearch.
ISDocument
Sets the bag of words extracted from the document (without stopwords).
setTerms(ISTermInterface[])
- Method in interface ISSearch.
ISDocumentInterface
Sets the bag of words extracted from the document (without stopwords).
setTimeout(int)
- Method in class ISSearch.
ISCrawler
Sets the current timeout of the crawler.
setTimeout(int)
- Method in interface ISSearch.
ISCrawlerInterface
Sets the current timeout of the crawler.
setUrls(URL[])
- Method in class ISSearch.
ISDocument
Sets the set of absolute Url's extracted from the current document.
setUrls(URL[])
- Method in interface ISSearch.
ISDocumentInterface
Sets the set of absolute Url's extracted from the current document.
setWord(String)
- Method in class ISSearch.
ISTerm
This function sets the original extracted word
setWord(String)
- Method in interface ISSearch.
ISTermInterface
This function sets the original extracted word
start()
- Method in class ISSearch.
ISCrawler
Starts the thread of the crawler and changes the engine state to
RUNNING
start()
- Method in interface ISSearch.
ISCrawlerInterface
Starts the thread of the crawler and changes the engine state to
RUNNING
stem(String)
- Method in class ISSearch.
ISParser
Applies the Porter stemming algorithm and returns the resulting word stem.
stem(String)
- Method in interface ISSearch.
ISParserInterface
Applies the Porter stemming algorithm and returns the resulting word stem.
stop()
- Method in class ISSearch.
ISCrawler
Stops the crawler.
stop()
- Method in interface ISSearch.
ISCrawlerInterface
Stops the crawler.
STOPPED
- Static variable in interface ISSearch.
ISCrawlerInterface
The Idle state of the current thread
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
G
I
M
P
R
S