Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » SeMantic Information Logistics Architecture (SMILA) » WebCrawler and URL-Parser
WebCrawler and URL-Parser [message #554790] Tue, 24 August 2010 12:31 Go to next message
Andrej Rosenheinrich is currently offline Andrej RosenheinrichFriend
Messages: 22
Registered: August 2010
Junior Member
Hi,

once again I have some questions about the webcrawler.

First, how are seeds parsed containing a "#"? Seems to me like everything after a "#" is ignored. What would be a problem, because some sites use this character in the get options (you can consider this bad style, at least i do, but it works and its used out there). So ignoring the information would lead to a completely different site. Can the parser be configured or modified to parse such URL?

Second, could you give a little bit more information about the crawlingmodels, what a crawler would behave like with different models? For instance MaxDepth, when I provide several seeds, will the first seed be crawled until the depthlimit is reached and then the second seed is looked at, or will all seeds be crawled before going deeper?

Third, where can i find more information about the filter format? Without description its a bit tricky Wink

Thanks in advance!
Andrej
Re: WebCrawler and URL-Parser [message #564521 is a reply to message #554790] Tue, 21 September 2010 16:31 Go to previous message
Sebastian Voigt is currently offline Sebastian VoigtFriend
Messages: 11
Registered: July 2009
Junior Member
Hi Andrej,

the token # is considered as separator between the URL to a page and the anchor to a part of that page. Thus if you use # in a seed url, the webcrawler will use only the part before the token as url.

Regarding the CrawlingModels and the Filter please have a look at the Page http://wiki.eclipse.org/SMILA/Documentation/Web_Crawler and feel free to ask questions regarding the documentation and special things of the configuration.
Maybe you can have also a look at the XSD for the DataSourceConnectionConfig of the WebCrawler:

configuration\org.eclipse.smila.connectivity.framework.crawl er.web\schemas\WebDataSourceConnectionConfigSchema.xsd.

Maybe you can also activate the logging for the webcrawler, this should help to understand and test the different configuration possibilities.
org.eclipse.smila.connectivity.framework.crawler.web:
please add the following line to the log4j.properties
log4j.logger.org.eclipse.smila.connectivity.framework.crawle r.web=DEBUG, file, stdout.

Sebastian
Previous Topic:Seeds and POST-Parameters
Next Topic:Seeds and POST-Parameters
Goto Forum:
  


Current Time: Tue Mar 19 03:22:24 GMT 2024

Powered by FUDForum. Page generated in 0.01254 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top