diff options
| author | orbiter <mc@yacy.net> | 2013-09-01 14:35:36 +0200 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2013-09-01 14:35:36 +0200 |
| commit | f106345eefb8157e19f4d5fbfbfc0573a80ebb82 (patch) | |
| tree | 70666459d1b0549efaf666de121ad2730e76b9b1 /defaults | |
| parent | deadeb406eed1425d0afdf3aef794eec13e92756 (diff) | |
link strings should not be tokenized
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/solr.collection.schema | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index e531ac8b5..b1ce9665f 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -231,13 +231,13 @@ h6_txt inboundlinks_protocol_sxt ## internal links, the url only without the protocol -inboundlinks_urlstub_txt +inboundlinks_urlstub_sxt ## external links, only the protocol outboundlinks_protocol_sxt ## external links, the url only without the protocol -outboundlinks_urlstub_txt +outboundlinks_urlstub_sxt ## all text/words appearing in image alt texts or the tokenized url images_text_t |
