Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.5 KB

ElasticSearch_Plugin_notes.md

File metadata and controls

28 lines (20 loc) · 1.5 KB

livesync_json

Implementation Notes

There are two plugins that are required for the search to work:

  • livesync_json
  • search_json (where json can be replaced by any appropriate name for the plugins)

The livesync_json implements the methods required by livesync and search_json the methods required bt search The livesync_json can be use as its staring point the livesync_cern and the search_json can use the search_invenio

indico and the indico-plugins are using among other packages the following:

The plugins that will interact with the ElasticSearch will utilize the CERN Search (http://cernsearchdocs.web.cern.ch/cernsearchdocs/example/)

Adrian's marshmallow schema to be used in ES: https://gist.github.com/ThiefMaster/bd78f52909ec963023ce2e368874dac6

CERN Search usefull links