|
Thank you very much about this explanation and wiki post. You spent me
a lot of debugging nights. I just tested and everything is working fine. I had to add some textExtractors to configuration and indexing/searching are perfect for attached documents. My working configuration for workspace.xml is: <SearchIndex class="org.nuxeo.ecm.core.repository.jcr.jackrabbit.SearchIndex"> <param name="path" value="${wsp.name}/index"/> <param name="indexingConfiguration" value="${wsp.home}/indexing_configuration.xml"/> <param name="textFilterClasses" value="org.apache.jackrabbit.extractor.MsWordTextExtractor, org.apache.jackrabbit.extractor.MsExcelTextExtractor, org.apache.jackrabbit.extractor.MsPowerPointTextExtractor, org.apache.jackrabbit.extractor.PdfTextExtractor, org.apache.jackrabbit.extractor.OpenOfficeTextExtractor, org.apache.jackrabbit.extractor.RTFTextExtractor, org.apache.jackrabbit.extractor.XMLTextExtractor"/> <param name="extractorPoolSize " value="2"/> </SearchIndex> Where can I find documentation about schema mappings to JCR, i.e. when I contribute schema and new document to nuxeo, how can I understand their mappings to JCR, also about built-in core types? Thank you very much again. Regards, Stefan [email protected] wrote: 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 |
_______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm To unsubscribe, go to http://lists.nuxeo.com/mailman/options/ecm
