Contribution org.nuxeo.ecm.platform.search.CoreExtensions--doctype
In component org.nuxeo.ecm.platform.search.CoreExtensions
org.nuxeo.ecm.platform.search.CoreExtensions
inside nuxeo-search-core-9.10.jar /OSGI-INF/savedsearch-core-types-contrib.xml
This contribution is part of XML component Extension Point
Extension point doctype of component TypeService.Contributed Items
XML Source
<extension point="doctype" target="org.nuxeo.ecm.core.schema.TypeService">
<facet name="SavedSearch" perDocumentQuery="false">
<schema name="common"/>
<schema name="dublincore"/>
<schema name="uid"/>
<schema name="saved_search"/>
</facet>
<doctype extends="Document" name="SavedSearch">
<facet name="SavedSearch"/>
<facet name="HiddenInNavigation"/>
</doctype>
</extension>