yacy_search_server/source/net/yacy/document/importer
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
..
Importer.java added missing @Override annotation 2014-03-28 13:48:37 +01:00
MediawikiImporter.java added a html field scraper which reads text from html entities of a 2015-01-30 13:20:56 +01:00
OAIListFriendsLoader.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00
OAIPMHImporter.java content of surrogates/out never accessed (remove) 2014-05-04 09:29:07 +02:00
OAIPMHLoader.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00
ResumptionToken.java recover sax fatal error on OAI-PMH import of xml with entity error 2014-04-25 01:05:28 +02:00