<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.search.default.types.override">

  <require>org.nuxeo.ecm.platform.search.default.types</require>

  <extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">

    <!-- For default search -->
    <doctype extends="SavedSearch" name="DefaultSearch">
      <facet name="ContentViewDisplay"/>
      <schema name="default_search"/>
    </doctype>

    <doctype extends="SavedSearch" name="ExpiredSearch">
      <schema name="expired_search"/>
    </doctype>

  </extension>

</component>
