Changes between Version 3 and Version 4 of Public/Docs/CinnamonWarBuildDocs/UpdateBuild167To181


Ignore:
Timestamp:
Nov 30, 2020, 2:59:06 PM (3 years ago)
Author:
Boris Horner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonWarBuildDocs/UpdateBuild167To181

    v3 v4  
    44{{{
    55INSERT INTO index_types (id, data_type, indexer_class, name, obj_version, va_provider_class) VALUES (100000, 'STRING', 'cinnamon.index.indexer.ElementNameIndexer', 'xml.element.name.indexer', 0, 'cinnamon.index.valueAssistance.DefaultProvider');
    6 INSERT INTO index_items (id, fieldname, for_content, for_metadata, for_sys_meta, multiple_results, name, obj_version, search_string, systemic, va_params, index_group_id, index_type_id, search_condition, store_field) VALUES (100001, 'xml.element', true, false, false, true, 'xml.element', 0, '-', false, '<vaParams/>', 54, 100000, 'count(/sysMeta/object/format[id=119 or id=120 or id=49])=1', true);
     6INSERT INTO index_items (id, fieldname, for_content, for_metadata, for_sys_meta, multiple_results, name, obj_version, search_string, systemic, va_params, index_group_id, index_type_id, search_condition, store_field) VALUES (100001, 'xml.element', true, false, false, true, 'xml.element', 0, '-', false, '<vaParams/>', 54, 100000, 'count(/sysMeta/object/format[id=2 or id=17 or id=18])=1', true);
    77}}}
    88* Restart tomcat:
     
    1212* [wiki:Public/Docs/CinnamonForceReindex Force reindex]. You can limit reindex to the above formats by appending:
    1313{{{
    14 where format_id=119 or format_id=120 or format_id=49
     14where format_id=2 or format_id=17 or format_id=18
    1515}}}
    1616to the query.