Return-Path: X-Original-To: apmail-nutch-user-archive@www.apache.org Delivered-To: apmail-nutch-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2460077D7 for ; Mon, 5 Dec 2011 23:38:40 +0000 (UTC) Received: (qmail 25648 invoked by uid 500); 5 Dec 2011 23:38:39 -0000 Delivered-To: apmail-nutch-user-archive@nutch.apache.org Received: (qmail 25614 invoked by uid 500); 5 Dec 2011 23:38:39 -0000 Mailing-List: contact user-help@nutch.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@nutch.apache.org Delivered-To: mailing list user@nutch.apache.org Received: (qmail 25606 invoked by uid 99); 5 Dec 2011 23:38:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 23:38:39 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tim.pease@gmail.com designates 209.85.213.54 as permitted sender) Received: from [209.85.213.54] (HELO mail-yw0-f54.google.com) (209.85.213.54) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2011 23:38:31 +0000 Received: by ywp17 with SMTP id 17so7081723ywp.27 for ; Mon, 05 Dec 2011 15:38:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:content-type:content-transfer-encoding:subject:date:message-id :to:mime-version:x-mailer; bh=SkmKLJpxegywQw8TruAphNDQ2owaGWESQrrPBpnWTDo=; b=PnvAW8NP7M1Kd9QCdCNOWcAxX77kV7sUjldl8XhNo1iMQ/d3vQ3avAPyiGMUfRWKCi RBoHdUw4BGi+ToHWt0tapDRelGEjZ9egQLAVro3BXALSs2vrTxiRRlICdPOleCwDg+v8 dLglgpSunkYH/ttWgvNNlRKiaK+HQIyUXJsOw= Received: by 10.236.197.99 with SMTP id s63mr15599478yhn.14.1323128290096; Mon, 05 Dec 2011 15:38:10 -0800 (PST) Received: from e3-2-1p.sat.rackspace.net (70-90-112-42-BusName-denver.co.hfc.comcastbusiness.net. [70.90.112.42]) by mx.google.com with ESMTPS id n5sm33909868yhk.1.2011.12.05.15.38.08 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 05 Dec 2011 15:38:09 -0800 (PST) From: Tim Pease Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: new nutch tool Date: Mon, 5 Dec 2011 16:38:06 -0700 Message-Id: <9C130BD6-6028-4582-ACD1-475C10176A5F@gmail.com> To: user@nutch.apache.org Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Virus-Checked: Checked by ClamAV on apache.org I am in the process of writing a new Nutch tool that will index = documents into the ElasticSearch [http://www.elasticsearch.org/] search = engine. Can and should this tool be created as a plugin? Are there any = examples of tools being created as plugins? More generally, how should a new tool be included into Nutch, and how = would such a tool be most easily distributed for others to use? Blessings, TwP=