diff options
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 --> |
