<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="mid:4999E6FC.6090502@web.de" type="cite">
  <blockquote type="cite">
    <pre wrap="">Hi Sebarsian,

I've been working alot to find my language (amharic) analyzer for lucene as well as for opencms, but till now i couldn't find any. May be what I'm thinking is to write some code for the lucene, and then try to use that one in opencms. Well actually i'm not sure enough the lucene used inside the opencms is identical to the source code available for lucene. If there is any idea, please let me know. 
  
    </pre>
  </blockquote>
  <pre wrap=""><!---->Yes - opencms uses lucene from <a class="moz-txt-link-freetext" href="http://lucene.apache.org/">http://lucene.apache.org/</a>. All Analyzers 
that exist for modern versions of Lucene should also be usable with OpenCms.
Of course, it could be that no analyzer exists for your Language. 
Writing analyzers requires knowing the language well and also requires 
knowing a lot about Lucene and some things about language processing. 
Because of this, for many languages, nobody has managed yet to write an 
Analyzer yet.
  </pre>
</blockquote>
P.S. you do not absolutely NEED an analyzer for your language. <br>
An Analyzer will give much better search result because it will find
words even, if an ending is added to the word. <br>
<br>
But you can always use the English analyzer to have at least some
search functionality. The result will not be perfect because the search
engine will only fine those words that are exactly identical to what
you search for, but at least the search will work in some way<br>
<br>
Best Regards<br>
Christian<br>
</body>
</html>