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

refs #18105 [master] fix obsolete facet key for dismax allfields search

* change searchspecs.yaml in local
* testing: update cross-check fixtures for finc.SearchSpecsReaderTest:testParentYaml
** local searchspec
** local alpha searchspec
parent 135b69d0
No related merge requests found
...@@ -457,7 +457,7 @@ AllFields: ...@@ -457,7 +457,7 @@ AllFields:
- [mm, 3] - [mm, 3]
- [bf , ord(publishDateSort)^10] - [bf , ord(publishDateSort)^10]
# - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"] # - [bf , "if(exists(query({!v='source_id:0'})),10,1)^1000"]
- [bf, "if(exists(query({!v='access_facet:Local*'})),10,1)^1000"] - [bf, "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=''access_facet: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=''access_facet: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