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

--- Comment #1 from Ere Maijala <[email protected]> ---
Created attachment 84607
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84607&action=edit
Bug 22246: Fix indexing of large fields with Elasticsearch

Deduplicate multivalued fields and make sure sort fields are not excessively
long. Also updates default mappings so that sort fields are not created for
item fields where it doesn't make sense. Also fixes mapping for llevel while at
it.

Test plan:
1. Reset ES mappings in administration
2. Check that sort is '0' for local-classification in biblio mappings.
3. Change sort back to '1' for local-classification for the next steps.
4. Create a record with 20 items, each with a 100 character long call number
5. Check that when indexed, the record in ES does not have duplicates in any of
the item fields and local-classification__sort is truncated to 255 characters.

-- 
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