[opencms-dev] Search Indexing Problems with 7.5.2

Thomas Göttlich guo.tuomi at googlemail.com
Thu Dec 16 15:02:38 CET 2010


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>

> Have you lokked in the <analyzers> section of
> WEB-INF/config/opencms-search.xml?
>
> --
> *mvh
> Peter Jakobsen*
> <pja at miracleas.dk>
>
> 2010/12/16 Thomas Göttlich <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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20101216/226f77d9/attachment.htm>


More information about the opencms-dev mailing list