|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwebsphinx.Crawler
edu.udo.cs.wvtool.crawler.WVToolCrawler
public abstract class WVToolCrawler
An abstract class that must be overridden by all specialized crawlers that are used to construct a crawled input list.
Field Summary | |
---|---|
java.lang.String |
contentEncoding
the encoding of the crawled document |
java.lang.String |
contentLanguage
the language the documents are written in (english, german, ...) |
java.lang.String |
contentType
the MIME content type of the crawled documents |
private java.util.Map |
urlsToVectorize
|
Fields inherited from class websphinx.Crawler |
---|
ALL_LINKS, HYPERLINKS, HYPERLINKS_AND_IMAGES, SERVER, SUBTREE, WEB |
Constructor Summary | |
---|---|
WVToolCrawler(java.lang.String encoding,
java.lang.String language,
java.lang.String type)
|
Method Summary | |
---|---|
java.util.Map |
getURLS()
|
protected abstract boolean |
vectorizePage(websphinx.Page page)
|
void |
visit(websphinx.Page page)
|
Methods inherited from class websphinx.Crawler |
---|
addClassifier, addCrawlListener, addLinkListener, addRoot, clear, clearVisited, enumerateClassifiers, enumerateQueue, expand, getAction, getActiveThreads, getClassifiers, getCrawledRoots, getDepthFirst, getDomain, getDownloadParameters, getIgnoreVisitedLinks, getLinkPredicate, getLinksTested, getLinkType, getMaxDepth, getName, getPagePredicate, getPagesLeft, getPagesVisited, getRootHrefs, getRoots, getState, getSynchronous, main, markVisited, pause, removeAllClassifiers, removeClassifier, removeCrawlListener, removeLinkListener, run, sendCrawlEvent, sendLinkEvent, sendLinkEvent, setAction, setDepthFirst, setDomain, setDownloadParameters, setIgnoreVisitedLinks, setLinkPredicate, setLinkType, setMaxDepth, setName, setPagePredicate, setRoot, setRootHrefs, setRoots, setSynchronous, shouldVisit, stop, submit, submit, toString, visited |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final java.util.Map urlsToVectorize
public java.lang.String contentType
public java.lang.String contentEncoding
public java.lang.String contentLanguage
Constructor Detail |
---|
public WVToolCrawler(java.lang.String encoding, java.lang.String language, java.lang.String type)
Method Detail |
---|
public void visit(websphinx.Page page)
visit
in class websphinx.Crawler
protected abstract boolean vectorizePage(websphinx.Page page)
public final java.util.Map getURLS()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |