Return-Path: Delivered-To: apmail-lucene-solr-user-archive@locus.apache.org Received: (qmail 58680 invoked from network); 24 Mar 2006 22:34:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2006 22:34:04 -0000 Received: (qmail 537 invoked by uid 500); 24 Mar 2006 22:34:04 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 520 invoked by uid 500); 24 Mar 2006 22:34:03 -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 503 invoked by uid 99); 24 Mar 2006 22:34:03 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 14:34:03 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.240.77.84] (HELO sccrmhc14.comcast.net) (63.240.77.84) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Mar 2006 14:34:00 -0800 Received: from andy (c-68-52-221-224.hsd1.tn.comcast.net[68.52.221.224]) by comcast.net (sccrmhc14) with SMTP id <2006032422333801400c5ibae>; Fri, 24 Mar 2006 22:33:39 +0000 From: "John Mohr" To: Subject: RE: What is proper way to re-init index? Date: Fri, 24 Mar 2006 16:32:12 -0600 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 In-Reply-To: Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N After some fiddling around the base problem is that it takes my new schema, implies that the update went fine, but it didn't. Of no great surprise, the problem is that the schema for some reason doesn't match my data. It doesn't write out any data. Reconfiging with the example (old) data (and old schema) it writes it out just fine. Hmmm. It seems that further investigation is warranted. -----Original Message----- From: Chris Hostetter [mailto:hossman_lucene@fucit.org] Sent: Friday, March 24, 2006 3:33 PM To: solr-user@lucene.apache.org Subject: Re: What is proper way to re-init index? : index to be more of what I'd like to see, generated my own xml files to : index, blew away the old index/directories, restarted with the new schema : file and it only creates the index and segment directories but not the : complete index. Luke tells me I have a corrupted index. What is the proper I'm not sure about Luke saying the index is corrupted -- that may just be because it's empty. It sounds like you never re-indexed your data after blowing away the old index. did you re-index the XML documents you made after you deleted the index directory? ... either using the post.sh script provided by the example, or by using some other client to POST the documents? -Hoss