Example for extracting images from the SimpleHtmlParser.
Description: Using the SimpleHtmlParser settings and a "BeginningPathFilter" for two URL pattern.
Result: Same result as the ExampleVakanzenWithHTMLParser.
Lucene example: Creates a complete index of html pages.
See Also:com.torunski.crawler.examples.ExampleLuceneSearch See Also: Description: Lucene example of using the crawler for full indexing a web site.
Lucene example: Searches the index for the pages.
See Also:com.torunski.crawler.examples.ExampleLuceneIndex See Also: Description: Lucene example of using the crawler for full indexing a web site.
Example for the vakanzen site with the HTMLParser.
Description: Using the optional SimpleHtmlParser with the "MaxDepthModel" with a maximum depth of 2 and follows only links of the same server.
Result: Same result as the ExampleVakanzenMaxDepthModel.