diff options
| author | reger <reger18@arcor.de> | 2014-01-10 10:26:45 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2014-01-10 10:26:45 +0100 |
| commit | f6099b730d58e5ce8a2d500f4379ec66aecca701 (patch) | |
| tree | 305cc6e1a18c896de5b2ed45b0f4518fadf351cf /defaults/solr.collection.schema | |
| parent | 28eae57e8be3f4391207fc4a74a8098d5ae13c16 (diff) | |
disabled unused fields in default Solr collection schema
Diffstat (limited to 'defaults/solr.collection.schema')
| -rw-r--r-- | defaults/solr.collection.schema | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/defaults/solr.collection.schema b/defaults/solr.collection.schema index decd7eaac..a72ed8901 100644 --- a/defaults/solr.collection.schema +++ b/defaults/solr.collection.schema @@ -273,7 +273,7 @@ images_height_val images_width_val ## size of images as number of pixels (easier for ranking than using with and height) -images_pixel_val +#images_pixel_val ## number of image links with alt tag #images_withalt_i @@ -360,7 +360,7 @@ url_protocol_s url_file_name_s ## tokens generated from url_file_name_s which can be used for better matching and result boosting -url_file_name_tokens_t +#url_file_name_tokens_t ## the file name extension url_file_ext_s @@ -446,7 +446,7 @@ host_extent_i #cr_host_norm_i ## custom rating; to be set with external rating information -rating_i +#rating_i ## names of cms attributes; if several are recognized then they are listen in decreasing order of number of matching criterias #ext_cms_txt |
