Q: Event and contribution title will be removed to avoid the denormalization updates mentioned above.
...
...
@@ -111,7 +111,28 @@ The first version of the _Attachment_ mapping stores the information about an In
* __filename__: Filename of the attachment. Stored as text for full-text search. The ``title`` field is analyzed with the ``standard`` analyzer, ``title.english`` with the ``english`` one and the corresponding is done for ``title.french``. This three times analyzis helps improve query relevance.
* __content__: Content of the attachment. Stored as text for full-text search. The ``title`` field is analyzed with the ``standard`` analyzer, ``title.english`` with the ``english`` one and the corresponding is done for ``title.french``. This three times analysis helps improve query relevance.
Q: Event, contribution and subcontribution title will be removed to avoid the denormalization updates mentioned above. Should the IDs also for higher normalization, or do they not change at all? (if so, same applies to subcontributions).
### Notes
--- v1.0.0 ---
The first version of the _Notes_ mapping stores the information about an Indico note to an event/contribution/subcontribution.
* __\_access__: owner, read, update, delete rights base on an egroup list. Stored as a nested object, being each of the permissions of keyword type (exact match).
* __id__: ID of the note. Stored as keyword for exact match queries.
* __caterogy path__: Array containing the different path levels to which the note belongs to. Stored as keyword for exact match queries.
* __event_id__: ID of the event to which the note belongs to. Stored as keyword for exact match queries.
* __contribution_id__: ID of the contribution to which the note belongs to. Stored as keyword for exact match queries.
* __subcontribution_id__: ID of the subcontribution to which the note belongs to. Stored as keyword for exact match queries.
* __creation_date__: Creation date of the note. Stored as date with 'YYYY-MM-DDZHH:MM' format.
* __content__: Content of the note. Stored as text for full-text search. The ``title`` field is analyzed with the ``standard`` analyzer, ``title.english`` with the ``english`` one and the corresponding is done for ``title.french``. This three times analysis helps improve query relevance.
Q: Event, contribution and subcontribution title will be removed to avoid the denormalization updates mentioned above. Should the IDs also for higher normalization, or do they not change at all? (if so, same applies to subcontributions).