You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to remain compatible with legacy SRU/FCS clients, the (deprecated) KWIC DataView is sent in addition to the HITS DataView. The current FCS libraries handle the conversion of KWIC to HITS in the background but also receive double the results as a result.
See issue: clarin-eric/fcs-sru-aggregator#73
To solve this at the endpoint level, introduce an configuration flag of whether the KWIC Data View should still be sent or just the HITS Data View only.
The text was updated successfully, but these errors were encountered:
Commit 9bcbe0f disables Legacy KWIC Data View.
Optional web.xml config param eu.clarin.sru.cqibridge.supportLegacyKWIC allows to re-enable it to support legacy clients.
Currently, to remain compatible with legacy SRU/FCS clients, the (deprecated) KWIC DataView is sent in addition to the HITS DataView. The current FCS libraries handle the conversion of KWIC to HITS in the background but also receive double the results as a result.
See issue: clarin-eric/fcs-sru-aggregator#73
To solve this at the endpoint level, introduce an configuration flag of whether the KWIC Data View should still be sent or just the HITS Data View only.
The text was updated successfully, but these errors were encountered: