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 C57E9200CDB for ; Sat, 5 Aug 2017 16:15:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id BDC6B1663C2; Sat, 5 Aug 2017 14:15:09 +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 0C69D1663BE for ; Sat, 5 Aug 2017 16:15:08 +0200 (CEST) Received: (qmail 68830 invoked by uid 500); 5 Aug 2017 14:15:08 -0000 Mailing-List: contact commits-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 commits@lucene.apache.org Received: (qmail 68794 invoked by uid 99); 5 Aug 2017 14:15:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Aug 2017 14:15:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 50C1EF330E; Sat, 5 Aug 2017 14:15:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sarowe@apache.org To: commits@lucene.apache.org Date: Sat, 05 Aug 2017 14:15:05 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] lucene-solr:master: SOLR-11023: add docValues="true" to an enum field declaration in schema.xml, so that EnumFieldType, which requires docValues, stops causing TestDistributedSearch to fail archived-at: Sat, 05 Aug 2017 14:15:10 -0000 Repository: lucene-solr Updated Branches: refs/heads/branch_7_0 6aeae1c0a -> c58bbaa6c refs/heads/branch_7x 0278603e9 -> 5d632c0a0 refs/heads/master 2e502c357 -> 3f9e74820 SOLR-11023: add docValues="true" to an enum field declaration in schema.xml, so that EnumFieldType, which requires docValues, stops causing TestDistributedSearch to fail Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/3f9e7482 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/3f9e7482 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/3f9e7482 Branch: refs/heads/master Commit: 3f9e748202ab8619af83f093ba4739f5a1e5c57b Parents: 2e502c3 Author: Steve Rowe Authored: Sat Aug 5 10:14:38 2017 -0400 Committer: Steve Rowe Committed: Sat Aug 5 10:14:38 2017 -0400 ---------------------------------------------------------------------- solr/core/src/test-files/solr/collection1/conf/schema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/3f9e7482/solr/core/src/test-files/solr/collection1/conf/schema.xml ---------------------------------------------------------------------- diff --git a/solr/core/src/test-files/solr/collection1/conf/schema.xml b/solr/core/src/test-files/solr/collection1/conf/schema.xml index 1f6146d..b852847 100644 --- a/solr/core/src/test-files/solr/collection1/conf/schema.xml +++ b/solr/core/src/test-files/solr/collection1/conf/schema.xml @@ -648,7 +648,7 @@ - +