yacy_search_server/source/net/yacy/crawler/retrieval
Michael Peter Christen b5ac29c9a5 added a html field scraper which reads text from html entities of a
given css class and extends a given vocabulary with a term consisting
with the text content of the html class tag. Additionally, the term is
included into the semantic facet of the document. This allows the
creation of faceted search to documents without the pre-creation of
vocabularies; instead, the vocabulary is created on-the-fly, possibly
for use in other crawls. If any of the term scraping for a specific
vocabulary is successful on a document, this vocabulary is excluded for
auto-annotation on the page.

To use this feature, do the following:
- create a vocabulary on /Vocabulary_p.html (if not existent)
- in /CrawlStartExpert.html you will now see the vocabularies as column
in a table. The second column provides text fields where you can name
the class of html entities where the literal of the corresponding
vocabulary shall be scraped out
- when doing a search, you will see the content of the scraped fields in
a navigation facet for the given vocabulary
2015-01-30 13:20:56 +01:00
..
FileLoader.java fix for file urls 2014-07-23 17:54:31 +02:00
FTPLoader.java fixes and speed updates for search process 2014-09-10 14:24:03 +02:00
HTTPLoader.java moved snapshot generation out of the html handler to prevent that 2014-12-01 17:37:25 +01:00
ImporterException.java refactoring 2012-09-21 15:48:16 +02:00
Request.java remove the unused Request variable 2014-12-05 03:03:28 +01:00
Response.java added a html field scraper which reads text from html entities of a 2015-01-30 13:20:56 +01:00
RSSLoader.java better error handling for remote solr queries and exists-checks 2014-08-01 11:00:10 +02:00
SitemapImporter.java added experimental pdf splitting which enables YaCy to split pdfs during 2014-12-21 18:10:15 +01:00
SMBLoader.java use configured admin-username for api calls 2014-01-07 21:26:50 +01:00
URLRewriterLibrary.java the LinkedBlockingQueue is much faster than the ArrayBlockingQueue 2015-01-27 16:53:09 +01:00