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

Nick Clemens <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #84608|0                           |1
        is obsolete|                            |

--- Comment #3 from Nick Clemens <[email protected]> ---
Created attachment 84626
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=84626&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.

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.

Signed-off-by: Nick Clemens <[email protected]>

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