diff options
| author | orbiter <mc@yacy.net> | 2013-10-08 18:41:07 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2013-10-08 18:41:07 +0200 |
| commit | 5f5a97bafc346f8890ac06ee6e2b637845020410 (patch) | |
| tree | fd2cadc22381fb5fe45352a2887ae8514c98e1fc /defaults/solr.collection.schema | |
| parent | 705b3338ee6010edc7516bd2d74bf71c59f00d77 (diff) | |
added the anchor text within web pages to the searcheable entities of a
web page. This can be of benefit for the ranking if these fields are
used for boosts.
Diffstat (limited to 'defaults/solr.collection.schema')
| -rw-r--r-- | defaults/solr.collection.schema | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index 8382892ed..328b1f77a 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -242,12 +242,18 @@ inboundlinks_protocol_sxt ## internal links, the url only without the protocol inboundlinks_urlstub_sxt +## internal links, the visible anchor text +inboundlinks_anchortext_txt + ## external links, only the protocol outboundlinks_protocol_sxt ## external links, the url only without the protocol outboundlinks_urlstub_sxt +## external links, the visible anchor text +outboundlinks_anchortext_txt + ## all text/words appearing in image alt texts or the tokenized url images_text_t |
