Skip to content

fix large abstract ingestion #228

Dominika Tkaczyk requested to merge feature/large_abstracts into develop

The type of ES fields abstract and abstract-xml has to be text, so that that they are not indexed and long values can be stored. Not indexed fields cannot be queried or used in filters, so I added a binary has-abstract field, this way filter has-abstract still works.

Merge request reports