Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@minotaur.apache.org Received: (qmail 20553 invoked from network); 19 Aug 2009 15:35:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 19 Aug 2009 15:35:19 -0000 Received: (qmail 41214 invoked by uid 500); 19 Aug 2009 15:35:37 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 41163 invoked by uid 500); 19 Aug 2009 15:35:37 -0000 Mailing-List: contact solr-dev-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-dev@lucene.apache.org Received: (qmail 41147 invoked by uid 99); 19 Aug 2009 15:35:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 15:35:36 +0000 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Aug 2009 15:35:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F1695234C04B for ; Wed, 19 Aug 2009 08:35:14 -0700 (PDT) Message-ID: <1719778384.1250696114987.JavaMail.jira@brutus> Date: Wed, 19 Aug 2009 08:35:14 -0700 (PDT) From: "Erik Hatcher (JIRA)" To: solr-dev@lucene.apache.org Subject: [jira] Created: (SOLR-1372) Allow FieldAnalysisRequestHandler to get field value from content stream MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Allow FieldAnalysisRequestHandler to get field value from content stream ------------------------------------------------------------------------ Key: SOLR-1372 URL: https://issues.apache.org/jira/browse/SOLR-1372 Project: Solr Issue Type: Improvement Components: Analysis Affects Versions: 1.4 Reporter: Erik Hatcher Assignee: Erik Hatcher Priority: Minor Fix For: 1.4 FieldAnalysisRequestHandler currently only allows text to be analyzed to come from the analysis.fieldvalue parameter. It can be handy to point Solr at a file or URL to get text also using the content stream capability. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.