yacy_search_server/source/net/yacy/http/servlets
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
..
GSAsearchServlet.java fix GSA filter query assignment 2014-07-13 00:11:17 +02:00
SolrSelectServlet.java fixes to usage of no-cache: use and recognize also the no-store 2014-12-19 17:37:58 +01:00
SolrServlet.java add final SolrQueryRequest.close to SolrServlet 2014-12-15 22:54:49 +01:00
UrlProxyServlet.java removed some warnings 2015-01-27 17:00:20 +01:00
YaCyDefaultServlet.java added a html field scraper which reads text from html entities of a 2015-01-30 13:20:56 +01:00
YaCyProxyServlet.java - fix path to default heuristic.cfg 2014-12-14 21:27:45 +01:00