If you use the JCR backend, then fulltext configuration is left entirely to 
Jackrabbit.
You may want to read the documentation at 
http://wiki.apache.org/jackrabbit/IndexingConfiguration

Read especially the parts about index aggregates, which is what has to be used 
to make the fulltext stored in Nuxeo's complex properties (which are JCR 
subnodes) be indexed with the main document.

You should get something like:

  <aggregate primaryType="ecmdt:File">
    <include primaryType="ecmft:content">*</include>
    <include primaryType="ecmft:content">*/*/*</include>
  </aggregate>

Note that Jackrabbit doesn't use subtyping when matching the aggregate 
primaryType, so you'll have to repeat the rule for all the document types you 
have.
--
Posted by "fguillaume" at Nuxeo Discussions <http://nuxeo.org/discussions>
View the complete thread: 
<http://www.nuxeo.org/discussions/thread.jspa?threadID=2397#6510>
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm
To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm

Reply via email to