Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6574F18773 for ; Sun, 6 Dec 2015 20:56:44 +0000 (UTC) Received: (qmail 64781 invoked by uid 500); 6 Dec 2015 20:56:41 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 64700 invoked by uid 500); 6 Dec 2015 20:56:41 -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 64679 invoked by uid 99); 6 Dec 2015 20:56:40 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2015 20:56:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 521711A3373 for ; Sun, 6 Dec 2015 20:56:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.148 X-Spam-Level: *** X-Spam-Status: No, score=3.148 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_ENVFROM_END_DIGIT=0.25, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd2-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id d3Q96794Sl1L for ; Sun, 6 Dec 2015 20:56:39 +0000 (UTC) Received: from mail-io0-f178.google.com (mail-io0-f178.google.com [209.85.223.178]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id C440520546 for ; Sun, 6 Dec 2015 20:56:38 +0000 (UTC) Received: by iouu10 with SMTP id u10so166632340iou.0 for ; Sun, 06 Dec 2015 12:56:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=pNvUooeXaPZlVcWAT47WSrV2vhxHuZ4M6xKY4rPYFDE=; b=sou2VBYGHtZpMEwOZb/EMZ25MtiPwA8VPTaDFwyTkgXRRiWE05LOg6emwpIOLkFsPO 4bYO5l86hM0uwIagZ9u69V1XbhQ4d74REbiuw+JKnEhCgIwfZ7so3PxDDiQF0Mr0PWz6 cllUNRLd4ZEKXSOEDrpJGjT0y9kTXmbDf7sAbbokOokbDfpGoFoD5Ncfu+6g1gd6RQkF 8dVA61ba5Q2VpG6fJjYATNqUPTMqzS1hwjq5W5yV7bWFksSprO++3Z/QRHtaMsyWEsZS J1TTlD6h99giMKNoVhBWjDdx66eAlXxsqsaOKngvCY30XK9w/U3BkII+1IFDIcjV15LY hUkQ== MIME-Version: 1.0 X-Received: by 10.107.161.70 with SMTP id k67mr23773678ioe.139.1449435397796; Sun, 06 Dec 2015 12:56:37 -0800 (PST) Received: by 10.79.12.140 with HTTP; Sun, 6 Dec 2015 12:56:37 -0800 (PST) Date: Sun, 6 Dec 2015 21:56:37 +0100 Message-ID: Subject: import file to solr From: Kate Kas To: solr-user@lucene.apache.org Content-Type: multipart/alternative; boundary=001a1140ec0e02b944052640fa92 --001a1140ec0e02b944052640fa92 Content-Type: text/plain; charset=UTF-8 Hi, I am trying to import xml files using data import request handler. When i import xml file of 1,4 kB size, it works correctly. However, i cannot import xml file of 4 GB size to Solr. It does not present any error, but i receive the following answer: *Indexing completed. Added/Updated: 0 documents. Deleted 0 documents. (Duration: 39s)* Requests: 0 (0/s), Fetched: 0 (0/s), Skipped: 0, Processed: 0 Also, both of these files have the same structure (same elements/attributes). I would like to ask you, if there are any limits regarding the size of xml files, which we can import to solr. Thank you! Best, Kate --001a1140ec0e02b944052640fa92--