Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 90566 invoked from network); 15 Dec 2007 13:29:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2007 13:29:00 -0000 Received: (qmail 44003 invoked by uid 500); 15 Dec 2007 13:28:44 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 43973 invoked by uid 500); 15 Dec 2007 13:28:44 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 43962 invoked by uid 99); 15 Dec 2007 13:28:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 05:28:44 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of markrmiller@gmail.com designates 64.233.166.176 as permitted sender) Received: from [64.233.166.176] (HELO py-out-1112.google.com) (64.233.166.176) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Dec 2007 13:28:21 +0000 Received: by py-out-1112.google.com with SMTP id d32so7178324pye.12 for ; Sat, 15 Dec 2007 05:28:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=vClGL2XBpEiJPpPUxawyNU4W3Vgpsja+i03qByDhZjg=; b=eOe3n9ODbiqXhAVxg4g/5YMcWCpGjnsvSNDR4n0onpFwKACWeCD3ckygBdZEoyu0F49RrgTGZxKUIYkOdmnZVCfft069syg1VjDIKzjmfuCNOcE0MzfI8Hd8Bnt/cG48typkLBO2y9PNfcKzOP1+HR6VV2VkAbPurCPJVsOY6D4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references:in-reply-to:content-type:content-transfer-encoding; b=Tzm5l8Z/I4Vf18j54HrZ00/aisTmgUyHmWVUXtKUoyPcTPbNmxe5TQh4nsCqTepV4VCzpqewzScGXTrBg58TR4Xb+IFgu1Dbwb+YwnuSgC2P7kshunolPcQ+lLby1+kwU9mNqMT9O6a4bhxU8sjqOTn0+UeqcGRmzbQH6yaMC2Y= Received: by 10.65.154.2 with SMTP id g2mr9863010qbo.55.1197725303082; Sat, 15 Dec 2007 05:28:23 -0800 (PST) Received: from ?192.168.1.102? ( [69.124.234.183]) by mx.google.com with ESMTPS id d12sm7660678qbc.2007.12.15.05.28.22 (version=SSLv3 cipher=RC4-MD5); Sat, 15 Dec 2007 05:28:22 -0800 (PST) Message-ID: <4763D5ED.1080907@gmail.com> Date: Sat, 15 Dec 2007 08:26:05 -0500 From: Mark Miller User-Agent: Thunderbird 2.0.0.9 (Windows/20071031) MIME-Version: 1.0 To: java-user@lucene.apache.org Subject: Re: Luke - unknown format version: -4 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Get the Luke jar and put it with the Lucene jar you used to build the index. Run Luke: |java -classpath luke.jar;lucene.jar org.getopt.luke.Luke| Helmut Jarausch wrote: > Hi, > > I've built an index with lucene-java-2.2.0-603782 > which is work fine. > > But when I try to use Luke-0.7.1 on that index directory > I get Unknown format version: -4 > > (although Luke-0.7.1 claims to build on Lucene 2.2.0) > > What am I missing. > Is there a separate mailing list for Luke? > > Is there a subversion repository for Luke? > > Many thanks fopr any hints, > Helmut. > > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org