I'm adding multi-language in an existing site.
The site was built  with Hippo CMS and Hippo repository.

I'm focusing on the repository:

The original structure contains only this branch:

/default/files/default.preview/content/nl

and  I've just added a new English branch

/default/files/default.preview/content/en

The actual extractors index all the content because is like this:
<extractor classname="nl.hippo.slide.extractor.HippoSimpleXmlExtractor"
 uri="/files" content-type="text/xml">

The attribute uri="/files"  is too generic therefore the property like this:

<instruction property="title" namespace="http://hippo.nl/cms/1.0";
xpath="/document/content/general-item/title"/>

contains english and dutch element.

Moreover, I found in indexer.xml several <property> that use
org.apache.lucene.analysis.nl.DutchAnalyzer.

Hope someone can help me with some tips on multi-languages repository.

Thanks in advance

Alessandro
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Reply via email to