Skip to content
Snippets Groups Projects
Commit 0fc75a3b authored by André Lahmann's avatar André Lahmann
Browse files

refs #25215 #25882 [de_105] release/de_105/2023_12

* apply searchspecs modifications for better SolrCloud search
...@@ -235,146 +235,43 @@ Series2: ...@@ -235,146 +235,43 @@ Series2:
AllFields: AllFields:
DismaxParams: DismaxParams:
- [mm, 64]
- [bf , ord(publishDateSort)^10] - [bf , ord(publishDateSort)^10]
# - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"] - [bf, "if(exists(query({!v='facet_avail:Local'})),10,1)^10"]
- [bf, "if(exists(query({!v='facet_avail:Local'})),10,1)^1000"]
DismaxFields: DismaxFields:
- title_short^1000 - title_short^750
- title_full_unstemmed^1000 - title_full_unstemmed^600
- title_full^400 - title_full^400
- title^500 - title^500
- title_alt^200 - title_alt^200
- title_new^100 - title_new^100
- title_orig^500 - title_orig^100
- series^50 - series^50
- series_orig^10
- series2^30 - series2^30
- series_orig^50 - author^300
- author^500 - author2^100
- author_fuller^150 - author_corporate
- author_corporate^300 - author_ref
- author2^400 - topic_ref
- author_corporate2^100
- author_ref^500
- author_orig^300
- author2_orig^300
- author_corporate_orig^300
- author_corporate2_orig^100
- topic_ref^10
- contents^10 - contents^10
- topic_unstemmed^15 - topic_unstemmed^550
- topic^10 - topic^500
- geographic^10 - geographic^300
- genre^10 - genre^300
- rvk_label
- allfields_unstemmed^10 - allfields_unstemmed^10
- fulltext_unstemmed^10
- allfields - allfields
- fulltext - fulltext
- description
- isbn - isbn
- isbn_isn_mv - isbn_isn_mv
- issn - issn
- issn_isn_mv - issn_isn_mv
- ismn - ismn
- rvk_label
QueryFields: - provenance_txt_mv
0: - contents_txt_mv
0: DismaxHandler: edismax
- OR
- 50
title_short:
- [onephrase, 1000]
title_full_unstemmed:
- [onephrase, 1000]
- [and, 500]
title_full:
- [onephrase, 400]
title:
- [onephrase, 300]
- [and, 250]
title_alt:
- [and, 200]
title_new:
- [and, 100]
title_orig:
- [onephrase, 500]
- [and, 400]
series:
- [onephrase, 300]
- [and, 100]
series2:
- [and, 30]
series_orig:
- [onephrase, 200]
- [and, 100]
author:
- [onephrase, 500]
- [and, 250]
author_fuller:
- [onephrase, 150]
- [and, 125]
author_ref:
- [onephrase, 250]
- [and, 250]
- [or, 250]
author_orig:
- [onephrase, 500]
- [and, 250]
author2_orig:
- [and, 50]
author_corporate_orig:
- [onephrase, 500]
- [and, 400]
author_corporate2_orig:
- [and, 50]
author_corporate:
- [onephrase, 500]
- [and, 400]
author2:
- [and, 50]
author_additional:
- [and, 50]
author_corporate2:
- [and, 50]
contents:
- [and, 10]
topic_unstemmed:
- [onephrase, 55]
- [and, 50]
topic:
- [onephrase, 50]
topic_ref:
- [onephrase, 10]
- [and, 5]
- [or, 5]
topic_id:
- [onephrase, 50]
- [and, 25]
allfields_unstemmed:
- [or, 10]
# fulltext_unstemmed:
# - [or, 10]
allfields:
- [or, ~]
fulltext:
- [or, ~]
# description:
# - [or, ~]
rvk_label:
- [onephrase, 500]
- [and, 250]
- [or, 250]
isbn:
- [onephrase, 500]
isbn_isn_mv:
- [onephrase, 250]
issn:
- [onephrase, 500]
issn_isn_mv:
- [ onephrase, 250 ]
ismn:
- [onephrase, 500]
imprint:
- [onephrase, 500]
# ExactSettings: # ExactSettings:
# DismaxFields: # DismaxFields:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment