Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 41839 invoked from network); 17 Aug 2006 18:49:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2006 18:49:08 -0000 Received: (qmail 73350 invoked by uid 500); 17 Aug 2006 18:49:07 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 73200 invoked by uid 500); 17 Aug 2006 18:49:07 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 73191 invoked by uid 99); 17 Aug 2006 18:49:07 -0000 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of yseeley@gmail.com designates 64.233.166.181 as permitted sender) Received: from [64.233.166.181] (HELO py-out-1112.google.com) (64.233.166.181) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 11:49:06 -0700 Received: by py-out-1112.google.com with SMTP id s49so762499pyc for ; Thu, 17 Aug 2006 11:47:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=DhUL6V14b5ZwcZThL1cnwkJf8/cmc4yLr9pBpSdZPDsbxMXoyg4V+JXWNmv3OYCLCHbkkWXyiJ5vuzKNuVXpsJZkvgLyrDsLKn6F2LAnX9YMhA1ArLcv26lFaIa+W5MHEmb9/ByWH4GjeLhAuEUpZqj9VOvHvqtIzyA9u7CBdwc= Received: by 10.35.94.7 with SMTP id w7mr4045459pyl; Thu, 17 Aug 2006 11:47:45 -0700 (PDT) Received: by 10.35.11.9 with HTTP; Thu, 17 Aug 2006 11:47:45 -0700 (PDT) Message-ID: Date: Thu, 17 Aug 2006 14:47:45 -0400 From: "Yonik Seeley" Sender: yseeley@gmail.com To: solr-user@lucene.apache.org Subject: Re: Viewing Lucene indexes generated by Solr In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 8ce9ea754c2ee18e X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 8/17/06, Ken Krugler wrote: > Hi all, > > I have a Lucene index generated by Solr. After optimizing it, I'm > able to view it using LIMO. But when I download it to my Mac and try > to use Luke, it fails - Luke complains that: > > ".../index/_jdi4.f1" (No such file or Directory). > > The files I downloaded are as follows : > > deletable > _jdi4.f0 > _jdi4.f12 > _jdi4.f15 > _jdi4.f4 > _jdi4.fdt > _jdi4.fdx > _jdi4.fnm > _jdi4.frq > _jdi4.prx > _jdi4.tii > _jdi4.tis > segments > > Is this a known issue with Luke and Solr-generated Lucene indexes? There should be no issues with Luke and Solr-generated indicies (except for sortable numbers showing up as incomprehensible junk). It looks like perhaps norms were omitted for a field and you are using Luke with an older version of Lucene that doesn't understand that. -Yonik