Hi there,

Just a note to let you know I changed the way indexable schema are
declared using extension point. I've been updating the nuxeo book
accordingly.

Before :

<extension target="org.nuxeo.ecm.core.search.service.SearchServiceImpl"
    point="indexableSchema">

    <indexableSchema name="note" prefix="note">

       (...)

    </indexableSchema>
</extension>

Now :

<extension target="org.nuxeo.ecm.core.search.service.SearchServiceImpl"
    point="resource">

    <resource name="note" prefix="note" type="schema">

       (...)

    </resource>
</extension>

Those modifications are intended for more generic declaration of
resource types. (i.e : relations, audit logs, workflow etc.. will be
indexable resource candidates)

Cheers,

        J.

-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
Open Source ECM - http://www.nuxeo.com
Nuxeo 5 : http://www.nuxeo.org
Mobile: +33 (0) 6 72 57 57 66

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to