[opencms-dev] Search Indexing Problems with 7.5.2

Mario Jäger m.jaeger at alkacon.com
Fri Dec 24 16:15:42 CET 2010


Hi,

Perhaps, you can send us your opencms-search.xml and one content (of fr, 
es, nl, zh or ja), which is skipped while indexing. Then, we can try to 
reproduce that problem.

-- 
Kind Regards,
Mario.

-------------------
Mario Jäger

Alkacon Software GmbH  - The OpenCms Experts
http://www.alkacon.com - http://www.opencms.org

Am 16.12.2010 15:02, schrieb Thomas Göttlich:
> Yes, I changed the analyzers to StandardAnalyzer first, since we intend
> to make a multilingual search with MultiSearcher.
>
> However, I reverted the French analyzer back to the original
> FrenchAnalyzer in order to see whether StandardAnalyzer would have a
> problem.
> Still no luck so far.
>
> Here's the definition:
>
> <analyzers>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>de</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>en</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>es</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.fr.FrenchAnalyzer</class>
> <locale>fr</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>ja</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>nl</locale>
> </analyzer>
> <analyzer>
> <class>org.apache.lucene.analysis.standard.StandardAnalyzer</class>
> <locale>zh</locale>
> </analyzer>
> </analyzers>
>
> 2010/12/16 Peter Jakobsen <pja at miracleas.dk <mailto:pja at miracleas.dk>>
>
>     Have you lokked in the <analyzers> section of
>     WEB-INF/config/opencms-search.xml?
>
>     --
>     *mvh
>     Peter Jakobsen*
>     <mailto:pja at miracleas.dk>
>
>     2010/12/16 Thomas Göttlich <guo.tuomi at googlemail.com
>     <mailto:guo.tuomi at googlemail.com>>
>
>         Hi,
>
>         I'm currently trying to include the search features into our
>         site which seems to work quite well for German and English
>         (except that we're using a MultiSearcher for multilingual
>         searches and still have problems with correct analyzing).
>
>         We need to add 7 languages( en,de,fr,es,nl,zh and ja ) but for
>         all languages except de and en the indexer skips all content.
>
>         What am I doing wrong?
>         What might I be missing?
>
>         Thanks in advance.
>
>
>         _______________________________________________
>         This mail is sent to you from the opencms-dev mailing list
>         To change your list options, or to unsubscribe from the list,
>         please visit
>         http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
>
>
>
>     _______________________________________________
>     This mail is sent to you from the opencms-dev mailing list
>     To change your list options, or to unsubscribe from the list, please
>     visit
>     http://lists.opencms.org/mailman/listinfo/opencms-dev
>
>
>
>
>
> _______________________________________________
> This mail is sent to you from the opencms-dev mailing list
> To change your list options, or to unsubscribe from the list, please visit
> http://lists.opencms.org/mailman/listinfo/opencms-dev



More information about the opencms-dev mailing list