A B C D F G H I L N O P Q S T U V W

S

saveIndex(Page) - Method in class org.jbox.indexer.AbstractIndexWriter
 
saveIndex(Page) - Method in interface org.jbox.indexer.IndexWriter
Write index of words of a Page object to database.
savePage(Page) - Method in interface org.jbox.dao.PageHome
Save a Page object to data base,and return the page id in data base.
savePage(Page) - Method in class org.jbox.dao.PageHomeByHibernate
 
saveWord(Word) - Method in interface org.jbox.dao.WordHome
Save a Word object to data base.
saveWord(Word) - Method in class org.jbox.dao.WordHomeByHibernate
 
saveWords(Word[]) - Method in interface org.jbox.dao.WordHome
Save Word objects in an array to data base.
saveWords(Word[]) - Method in class org.jbox.dao.WordHomeByHibernate
 
search(String) - Method in interface org.jbox.searcher.Searcher
Search index with the query string.
search(String) - Method in class org.jbox.searcher.simpleSearcher.SimpleSearcher
Search index by a query string, return a Page array related to the query string.
Searcher - Interface in org.jbox.searcher
The root interface for searching index.
setCutterBox(CutterBox) - Method in class org.jbox.searcher.AbstractSearcher
 
setCutterBox(CutterBox) - Method in class org.jbox.searcher.HighLight
Set a CutterBox object for analyzing the query string.
setCutterBox(CutterBox) - Method in interface org.jbox.searcher.Searcher
Set a CutterBox object for Searcher to analyze the query string.
setId(long) - Method in class org.jbox.dao.Word
Set id of Word.
setIndex(String) - Method in class org.jbox.dao.Word
Set index of Word.
setLocation(Set<Integer>) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set location of words to relative <@link Page> object.
setMaxPageNum(int) - Method in class org.jbox.webSpider.simpleSpider.SimpleSpider
Set the max page number that the spider will crawl.
setMaxPageNum(int) - Method in interface org.jbox.webSpider.WebSpider
Set max number of pages that the spider will crawl.
setPage(Page) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set a <@link Page> object to this PageProxy.
setPageHome(PageHome) - Method in class org.jbox.indexer.AbstractIndexWriter
 
setPageHome(PageHome) - Method in interface org.jbox.indexer.IndexWriter
Set a PageHome for visiting Page table in data base.
setPageHome(PageHome) - Method in class org.jbox.searcher.AbstractSearcher
Set PageHome for visiting Page table in data base.
setPageHome(PageHome) - Method in interface org.jbox.searcher.Searcher
Set PageHome for visiting Page table in data base.
setPageId(long) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set id of relative <@link Page> object.
setRules(String[]) - Method in class org.jbox.webSpider.simpleSpider.SimpleSpider
Set crawl rules of WebSpider.
setRules(String[]) - Method in interface org.jbox.webSpider.WebSpider
Set crawl rules of WebSpider.
setStartUrls(String[]) - Method in class org.jbox.webSpider.simpleSpider.SimpleSpider
Set start URLs of WebSpider.
setStartUrls(String[]) - Method in interface org.jbox.webSpider.WebSpider
Set start URLs of WebSpider.
setText(String) - Method in class org.jbox.dao.Page
Set the text(without html tag) of page.
setText(String) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set text to the relative <@link Page> object.
setTf(double) - Method in class org.jbox.dao.Word
Set TF of Word.
setTfidf(double) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set TFIDF of relative <@link Page> object.
setTitle(String) - Method in class org.jbox.dao.Page
Set the title of page.
setTitle(String) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set title to relative <@link Page> object.
setUnicode(Character.UnicodeBlock[], int[][]) - Method in class org.jbox.textCutter.AbstractCutter
Be used to specify the unicode scope of Cutter for filtering text.
setUnicode(Character.UnicodeBlock[], int[][]) - Method in interface org.jbox.textCutter.Cutter
Set the unicode scope of Cutter.
setUrl(String) - Method in class org.jbox.dao.Page
Set the URL of page.
setUrl(String) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set a URL to relative <@link Page> object.
setUrlId(long) - Method in class org.jbox.dao.Page
Set id of page.
setUrlId(long) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set id to relative <@link Page> object.
setWordHome(WordHome) - Method in class org.jbox.indexer.AbstractIndexWriter
 
setWordHome(WordHome) - Method in interface org.jbox.indexer.IndexWriter
Set a WordHome for visiting Word table in data base.
setWordHome(WordHome) - Method in class org.jbox.searcher.AbstractSearcher
Set WordHome for visiting Word table in data base.
setWordHome(WordHome) - Method in interface org.jbox.searcher.Searcher
Set WordHome for visiting Word table in data base.
setWordNum(int) - Method in class org.jbox.dao.Page
Set the words number of page.
setWordNum(int) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set words number to relative <@link Page> object.
setWords(Collection<Word>) - Method in class org.jbox.dao.Page
Set a collection containing Word object.
setWords(Collection<Word>) - Method in class org.jbox.searcher.simpleSearcher.PageProxy
Set a collection containing Word object.
setWordStr(String) - Method in class org.jbox.dao.Word
Set String of Word.
SimpleCJKCutter - Class in org.jbox.textCutter.CJK
A concrete class of Cutter for CJK.
SimpleCJKCutter() - Constructor for class org.jbox.textCutter.CJK.SimpleCJKCutter
 
SimpleENCutter - Class in org.jbox.textCutter.EN
A concrete class of Cutter for English.
SimpleENCutter() - Constructor for class org.jbox.textCutter.EN.SimpleENCutter
 
SimpleSearcher - Class in org.jbox.searcher.simpleSearcher
A concrete Searcher.
SimpleSearcher() - Constructor for class org.jbox.searcher.simpleSearcher.SimpleSearcher
 
SimpleSpider - Class in org.jbox.webSpider.simpleSpider
An implementation of WebSpider.
SimpleSpider() - Constructor for class org.jbox.webSpider.simpleSpider.SimpleSpider
Constructs a new SimpleSpider.

A B C D F G H I L N O P Q S T U V W