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

--- Comment #139 from Ere Maijala <[email protected]> ---
Answers as far as I can tell:

(In reply to Jonathan Druart from comment #138)
> Quick (naive?) questions:
> - Why do you loop on MARC fields instead of the mappings?

Going through MARC fields is slower than going through rules and when the
number of rules increases, the difference is even more pronounced.

> - What are "joined fields", do we really to index everything?

There are examples in the comments, but the simple case is 245 where you'd want
to index subfields a, b, n and p as a complete string to enable proper sorting,
ranking, proximity.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to