G I M P S

S

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
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).
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
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.

G I M P S