[Koha-bugs] [Bug 19893] Alternative optimized indexing for Elasticsearch

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Sep 14 22:31:20 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19893

--- Comment #140 from Ere Maijala <ere.maijala at helsinki.fi> ---
Forgot to mention that joining is also important for faceting.

There are some examples of what you get in t/Koha/SearchEngine/Elasticsearch.t.
It obviously depends on the rules. But here's a short example of the 245 field.

Input:
245 $aMain title / $bSubtitle

Rule:
title = 245(ab)

Result:
title: Main title / Subtitle


Without joining:

Input:
245 $aMain title / $bSubtitle

Rule:
title = 245ab

Result:
title: Main title
title: Subtitle

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list