Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C2DBC200B36 for ; Wed, 6 Jul 2016 23:27:32 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C186C160A64; Wed, 6 Jul 2016 21:27:32 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 14B69160A55 for ; Wed, 6 Jul 2016 23:27:31 +0200 (CEST) Received: (qmail 36188 invoked by uid 500); 6 Jul 2016 21:27:12 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 35331 invoked by uid 99); 6 Jul 2016 21:27:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jul 2016 21:27:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 958392C02B6 for ; Wed, 6 Jul 2016 21:27:11 +0000 (UTC) Date: Wed, 6 Jul 2016 21:27:11 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: dev@lucene.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (SOLR-9289) SolrCloud RTG: fl=[docid] silently ignored for all docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 06 Jul 2016 21:27:33 -0000 [ https://issues.apache.org/jira/browse/SOLR-9289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15365139#comment-15365139 ] ASF subversion and git services commented on SOLR-9289: ------------------------------------------------------- Commit ae316f1e39e58d89758f997913a38059d74ccb47 in lucene-solr's branch refs/heads/master from Chris Hostetter [ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ae316f1 ] SOLR-9180: More comprehensive tests of psuedo-fields for RTG and SolrCloud requests This commit also includes new @AwaitsFix'ed tests for the following known issues... * SOLR-9285 ArrayIndexOutOfBoundsException when ValueSourceAugmenter used with RTG on uncommitted doc * SOLR-9286 SolrCloud RTG: psuedo-fields (like ValueSourceAugmenter, [shard], etc...) silently fails (even for committed doc) * SOLR-9287 single node RTG: NPE if score is requested * SOLR-9288 RTG: fl=[docid] silently missing for uncommitted docs * SOLR-9289 SolrCloud RTG: fl=[docid] silently ignored for all docs > SolrCloud RTG: fl=[docid] silently ignored for all docs > ------------------------------------------------------- > > Key: SOLR-9289 > URL: https://issues.apache.org/jira/browse/SOLR-9289 > Project: Solr > Issue Type: Bug > Security Level: Public(Default Security Level. Issues are Public) > Reporter: Hoss Man > > Found in SOLR-9180 testing. > In SolrCloud mode, the {{\[docid\]}} transformer is completely ignored when used in a RTG request (even for commited docs) ... this is inconsistent with single node solr behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org