LibreCat / Dancer-Plugin-Catmandu-OAI

OAI-PMH provider backed by a searchable Catmandu::Store
http://librecat.org
2 stars 1 forks source link

Add datestamp_index setting #23

Closed danmichaelo closed 3 years ago

danmichaelo commented 3 years ago

This allows for the CQL index name to be different from the field name in the store.

Example:

plugins:
  'Catmandu::OAI':
    store: es_store
    bag: some_bag
    datestamp_field: modified
    datestamp_index: rec.modified
vpeil commented 3 years ago

@danmichaelo Thanks for this PR.