You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Gintare Ragaisiene <gi...@gmail.com> on 2008/12/23 10:12:48 UTC

Lucene search problem with new language

Hello,

   Default lucene search searches in "default" pub's *_en.html, *_fr.html
and athers pages. But when I add <language>lt</language> :

<languages>
    <language default="true">en</language>
    <language>de</language>
    <language>he</language>
    <language>es</language>
    <language>fr</language>
    <language>lt</language>
 </languages>

 lithuanian (lt) appears in Lenya's UI, then I have created index_lt.html.
But lucene does not search in *_lt.html. Do I need to do some more
configuration for this?

Thanks for reply,
Gintare