diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-04-04 12:41:12 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-04-04 12:41:12 +0200 |
| commit | 1c0f50985c83ef2500399763a8d87a9ddd90da97 (patch) | |
| tree | 67180306eb5e21d788cd5dc5e89444350e36dd87 /defaults | |
| parent | 5cb7dc1fd72070aef73c030de154ba746b1dee65 (diff) | |
fixed documentation and some details of handling of keywords
Diffstat (limited to 'defaults')
| -rw-r--r-- | defaults/solr.collection.schema | 2 | ||||
| -rw-r--r-- | defaults/solr/schema.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index 89b4dd45c..ea8117759 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -180,7 +180,7 @@ description_txt ## flag shows if description is unique within all indexable documents of the same host with status code 200; if yes and another document appears with same description, the unique-flag is set to false, boolean #description_unique_b -## content of keywords tag; words are separated by space +## content of keywords tag; words are separated by comma, semicolon or space keywords ## character encoding, string diff --git a/defaults/solr/schema.xml b/defaults/solr/schema.xml index 288cb1f50..244928756 100644 --- a/defaults/solr/schema.xml +++ b/defaults/solr/schema.xml @@ -76,7 +76,7 @@ <!-- content of author-tag --> <field name="author" type="text_general" indexed="true" stored="true"/> - <!-- content of keywords tag; words are separated by space --> + <!-- content of keywords tag; words are separated by comma, semicolon or spacee --> <field name="keywords" type="text_general" indexed="true" stored="true"/> <!-- all visible text --> |
