Return-Path: Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: (qmail 55337 invoked from network); 18 Apr 2011 13:25:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Apr 2011 13:25:36 -0000 Received: (qmail 57959 invoked by uid 500); 18 Apr 2011 13:25:33 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 57907 invoked by uid 500); 18 Apr 2011 13:25:33 -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 57899 invoked by uid 99); 18 Apr 2011 13:25:33 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 13:25:33 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of erickerickson@gmail.com designates 209.85.216.48 as permitted sender) Received: from [209.85.216.48] (HELO mail-qw0-f48.google.com) (209.85.216.48) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Apr 2011 13:25:26 +0000 Received: by qwj9 with SMTP id 9so3567602qwj.35 for ; Mon, 18 Apr 2011 06:25:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=k+6pJxYanfKIJ7fHwFv/LvBYNKCIaxoAaPEwLQGEHmQ=; b=JnrLS53ddBla9ClxNmUlCx+w/xpfqi8h3PTPnKBUuKO/jjf2YUBmtfrs9MFFZRzbVL G/t1Fthwa4l09ufz9ZPAu7yM24wJEgZIlN8g586hM4PUcfw6RrC5PiYAg8fDRLZ6Kny4 JPoCveDamu8VUnCh/WIBPj13Nfc2LcWGEriYI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=B8A+Dq0ESph0gztEox3gMBwJOIdEMCTCdv0nrNZR7Us5FbU4pCNgSp6bo6/XK2+Y7O LzX2IQxHSObMqHvyiDoEu2lXXcsiHrF+Xazndx7DDZjr/vJCTxnnizIn/EJOyieUB9Di JzGGMJYXpjxUNxWq65orQelodC69yonbQ0ePg= MIME-Version: 1.0 Received: by 10.229.17.11 with SMTP id q11mr3453153qca.46.1303133105448; Mon, 18 Apr 2011 06:25:05 -0700 (PDT) Received: by 10.229.120.81 with HTTP; Mon, 18 Apr 2011 06:25:05 -0700 (PDT) In-Reply-To: References: Date: Mon, 18 Apr 2011 09:25:05 -0400 Message-ID: Subject: Re: command=full-import not working, indexes 11 documents From: Erick Erickson To: solr-user@lucene.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org The first question I'd have is whether you're somehow not committing after your full-import command. And have you looked at: http://wiki.apache.org/solr/DataImportHandler#interactive? This is a little-known feature in Solr to help with DIH. Is it possible that your JDBC configuration is defaulting somehow to just a few rows for the select? This is a wild shot in the dark... If none of that is relevant we need to see your configs. Best Erick On Mon, Apr 18, 2011 at 9:09 AM, bryan rasmussen wrote: > Hi, > > I am using a DataImportHandler to get files from the file system, if I > do the url > http://localhost:8983/solr/tester/dataimport?command=full-import it > ends up indexing 11 documents. > If I do > http://localhost:8983/solr/tester/dataimport?command=full-import&rows=817 > (the number of documents I have) they all get indexed. > > Any explanation for something I might have overlooked in configuration > that would be having this effect? > > Thanks, > Bryan Rasmussen >