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 6283E10671 for ; Mon, 7 Apr 2014 11:52:43 +0000 (UTC) Received: (qmail 48119 invoked by uid 500); 7 Apr 2014 11:52:38 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 47514 invoked by uid 500); 7 Apr 2014 11:52:37 -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 47506 invoked by uid 99); 7 Apr 2014 11:52:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Apr 2014 11:52:34 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [64.18.0.188] (HELO exprod5og109.obsmtp.com) (64.18.0.188) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 07 Apr 2014 11:52:29 +0000 Received: from mail.exponent.com ([12.47.62.31]) (using TLSv1) by exprod5ob109.postini.com ([64.18.4.12]) with SMTP ID DSNKU0KRZR6/NuhyyvTEVLh9XrsXHl/RSagh@postini.com; Mon, 07 Apr 2014 04:52:08 PDT Received: from SFMB01.exponent.com ([fe80::d5dd:d11a:52df:49b1]) by SFCASHT01.exponent.com ([fe80::9c3:29c1:2fb4:81b5%14]) with mapi id 14.02.0328.009; Mon, 7 Apr 2014 04:52:05 -0700 From: Jonathan Varsanik To: "solr-user@lucene.apache.org" Subject: RE: Solr interface Thread-Topic: Solr interface Thread-Index: AQHPTzrXh2j+oCNQr0+5WDC1des7HZsGDy9g Date: Mon, 7 Apr 2014 11:52:04 +0000 Message-ID: <9ACBCF1E47FB2C4E87A82A06DC9E85242429D889@SFMB01.exponent.com> References: <1396528755.216177.32273.6482@mail.rambler.ru> <09A41478-B965-43BC-BC7F-926296A0D813@gmail.com> In-Reply-To: <09A41478-B965-43BC-BC7F-926296A0D813@gmail.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [192.168.32.51] Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Do you mean to tell me that the people on this list that are indexing 100s = of millions of documents are doing this over http? I have been using custo= m Lucene code to index files, as I thought this would be faster for many do= cuments and I wanted some non-standard OCR and index fields. Is there a be= tter way? To the OP: You can also use Lucene to locally index files for Solr. -----Original Message----- From: Erik Hatcher [mailto:erik.hatcher@gmail.com]=20 Sent: Thursday, April 03, 2014 8:47 AM To: solr-user@lucene.apache.org Cc: Solr User Subject: Re: Solr interface Yes. But why? DataImportHandler kinda does this (still use http to kick off an indexing j= ob). And there's EmbeddedSolrServer too.=20 Erik > On Apr 3, 2014, at 8:39, =E1=CC=C5=CB=D3=C1=CE=C4=D2 =F7=C1=CE=C4=D9=DB= =C5=D7 wrote: >=20 > Is it possible to index files not via HTTP interface?