From users-return-391-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Wed Jul 12 17:16:48 2006 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 16054 invoked from network); 12 Jul 2006 17:16:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 12 Jul 2006 17:16:48 -0000 Received: (qmail 55373 invoked by uid 500); 12 Jul 2006 17:16:47 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 55364 invoked by uid 500); 12 Jul 2006 17:16:47 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 55355 invoked by uid 99); 12 Jul 2006 17:16:47 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 10:16:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of mpermar@gmail.com designates 64.233.182.190 as permitted sender) Received: from [64.233.182.190] (HELO nf-out-0910.google.com) (64.233.182.190) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Jul 2006 10:16:46 -0700 Received: by nf-out-0910.google.com with SMTP id x30so102205nfb for ; Wed, 12 Jul 2006 10:16:25 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=qr8iGXuZQQOyVbKiA014khjl9f3rBs/xmnJKi8uKKYXwRKms+Xg/gN7AkCddZkXYJWwU7KjkcPuCTinnivoEJxNKZPYzLCXnxDOy9Wr3IvNoMlUzcxz6nqkdtWbrVbTtBr8K4dVvPtkE1jpYnqBkgbi3HwVkupI5ojPr2oJp5x0= Received: by 10.78.178.5 with SMTP id a5mr162403huf; Wed, 12 Jul 2006 10:16:25 -0700 (PDT) Received: by 10.78.148.10 with HTTP; Wed, 12 Jul 2006 10:16:24 -0700 (PDT) Message-ID: <8fa1023f0607121016x607a01e0n6237261f2c1ac607@mail.gmail.com> Date: Wed, 12 Jul 2006 19:16:24 +0200 From: "Martin Perez" To: users@jackrabbit.apache.org Subject: Re: Internationalization support in Jackrabbit In-Reply-To: <568ecb30607121013v2d8c267eic7c48366f512cea0@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_3642_4146500.1152724584532" References: <568ecb30607121013v2d8c267eic7c48366f512cea0@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_3642_4146500.1152724584532 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi. Yes, it does. The content in Jackrabbit is indexed as binary streams so that shouldn't be a problem. If you want to provide also search features then you would have to implement your own Lucene Analyzer and plug that analyzer into the search index section on the repository.xml configuration file. Martin On 7/12/06, Sridharan S wrote: > > Does Jackrabbit support Internationalization? If so how do I configure > to support this. > > e.g. I need to create an item (node) in a specific language (say > Japanese) in the repository. How do I achieve this? > ------=_Part_3642_4146500.1152724584532--