Skip to content
Snippets Groups Projects
Commit 7c7ef4b6 authored by Robert Lange's avatar Robert Lange Committed by Dorian Merz
Browse files

refs #19222 [finc] fix tests for searchspecs.yaml

* adopt changes of 17673, performance optimization for local holdings boost
parent e50b070d
No related merge requests found
...@@ -252,7 +252,7 @@ AllFields: ...@@ -252,7 +252,7 @@ AllFields:
- ord(publishDateSort)^10 - ord(publishDateSort)^10
- -
- bf - bf
- 'if(exists(query({!v=''facet_avail:Local*''})),10,1)^1000' - 'if(exists(query({!v=''facet_avail:Local''})),10,1)^1000'
DismaxFields: DismaxFields:
- title_short^1000 - title_short^1000
- title_full_unstemmed^1000 - title_full_unstemmed^1000
......
...@@ -252,7 +252,7 @@ AllFields: ...@@ -252,7 +252,7 @@ AllFields:
- ord(publishDateSort)^10 - ord(publishDateSort)^10
- -
- bf - bf
- 'if(exists(query({!v=''facet_avail:Local*''})),10,1)^1000' - 'if(exists(query({!v=''facet_avail:Local''})),10,1)^1000'
DismaxFields: DismaxFields:
- title_short^1000 - title_short^1000
- title_full_unstemmed^1000 - title_full_unstemmed^1000
......
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