Return-Path: Delivered-To: apmail-lucene-solr-commits-archive@locus.apache.org Received: (qmail 49401 invoked from network); 14 Nov 2008 17:23:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Nov 2008 17:23:41 -0000 Received: (qmail 8156 invoked by uid 500); 14 Nov 2008 17:23:49 -0000 Delivered-To: apmail-lucene-solr-commits-archive@lucene.apache.org Received: (qmail 8064 invoked by uid 500); 14 Nov 2008 17:23:48 -0000 Mailing-List: contact solr-commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-commits@lucene.apache.org Received: (qmail 8055 invoked by uid 99); 14 Nov 2008 17:23:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 09:23:48 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Nov 2008 17:22:36 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 7F34B118D6 for ; Fri, 14 Nov 2008 17:23:20 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: solr-commits@lucene.apache.org Date: Fri, 14 Nov 2008 17:23:20 -0000 Message-ID: <20081114172320.24971.71554@eos.apache.org> Subject: [Solr Wiki] Update of "ExtractingRequestHandler" by GrantIngersoll X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification. The following page has been changed by GrantIngersoll: http://wiki.apache.org/solr/ExtractingRequestHandler New page: [[TableOfContents]] This document currently represents uncommitted code. Please see [https://issues.apache.org/jira/browse/SOLR-284 SOLR-284] for more information. = Introduction = A common need of users is the ability to ingest binary and/or structured documents such as Office, PDF and other proprietary formats. The [http://www.lucene.apache.org/tika Apache Tika] project provides a framework for wrapping many different file format parsers, such as PDFBox, POI and others. The !ExtractingRequestHandler will provide a wrapper around Tika to allow uses to upload binary files to Solr and have Solr extract text from it and then index it. = Features = = Summary of Input Parameters =