jbox-api

Packages
org.jbox.configuration This package defines APIs for loading configuration file of jbox.
org.jbox.dao This package defines APIs of DAO.
org.jbox.indexer This package defines APIs for creating and writing index to database.
org.jbox.searcher This package defines APIs for searching index from database.
org.jbox.searcher.simpleSearcher This package defines APIs of a simple implementation of Searcher.
org.jbox.textCutter This package defines APIs for cutting text into words.
org.jbox.textCutter.CJK This package defines APIs for cutting text of CJK unicode into words.
org.jbox.textCutter.EN This package defines APIs for cutting text of English language into words.
org.jbox.textCutter.util This package defines APIs for helping Cutters to cut text.
org.jbox.webSpider This package defines APIs for crawling internet.
org.jbox.webSpider.simpleSpider This package defines APIs of an simple implementation of WebSpider.