Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 13499 invoked from network); 27 Nov 2006 12:57:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Nov 2006 12:57:55 -0000 Received: (qmail 8307 invoked by uid 500); 27 Nov 2006 12:58:03 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 8291 invoked by uid 500); 27 Nov 2006 12:58:03 -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 8282 invoked by uid 99); 27 Nov 2006 12:58:03 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 04:58:03 -0800 X-ASF-Spam-Status: No, hits=2.6 required=10.0 tests=HTML_00_10,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of sridhar.raman@gmail.com designates 64.233.182.186 as permitted sender) Received: from [64.233.182.186] (HELO nf-out-0910.google.com) (64.233.182.186) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Nov 2006 04:57:51 -0800 Received: by nf-out-0910.google.com with SMTP id x4so2293313nfb for ; Mon, 27 Nov 2006 04:57:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=TavYKh+8nZGpxzibgGu7s+wv7LyxrjLjegf3COAw4i7wmN62DwQZXxyNvM5/XPxf87zjzYpH/N7WtP0QXeH1gPoPSbtYqGzCFswUT7niJV6ZPP8AEFXKdeJ5tGFnjTy5gj7XE4CIhCbLJYpFBVFTJ/p5z8Di60qQ/SXgCsRWEjA= Received: by 10.82.98.13 with SMTP id v13mr1968894bub.1164632249515; Mon, 27 Nov 2006 04:57:29 -0800 (PST) Received: by 10.82.152.3 with HTTP; Mon, 27 Nov 2006 04:57:29 -0800 (PST) Message-ID: <227621ad0611270457qc125201h86eec6e0791d856b@mail.gmail.com> Date: Mon, 27 Nov 2006 18:27:29 +0530 From: "Sridhar Raman" To: users@jackrabbit.apache.org Subject: using lucene 2.0 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_93553_16191052.1164632249426" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_93553_16191052.1164632249426 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline I have a stand-alone program that needs to access the jackrabbit jcr repository, and convert it into our format. As a result, this program needs lucene version 2.0 to run without errors. Since the jackrabbit portion uses lucene version 1.4.3, I am not able to make it work. I looked at the archives, and found the suggestion of running jackrabbit as a server, etc. I have a doubt regarding this: The program that is calling the repository is not a web-client. It is a simple program that can be run from DOS. In that case, what should I do? All the suggestions indicate that I should make this a servlet, that can call the jackrabbit repository server. Is that the only option? Thanks in advance, Sridhar ------=_Part_93553_16191052.1164632249426--