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 4693E200CB2 for ; Sun, 25 Jun 2017 23:23:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 45EE0160BE0; Sun, 25 Jun 2017 21:23:42 +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 0F075160BFC for ; Sun, 25 Jun 2017 23:23:39 +0200 (CEST) Received: (qmail 45970 invoked by uid 500); 25 Jun 2017 21:23:38 -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 45767 invoked by uid 99); 25 Jun 2017 21:23:38 -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; Sun, 25 Jun 2017 21:23:38 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05523E96B8; Sun, 25 Jun 2017 21:23:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ishan@apache.org To: commits@lucene.apache.org Date: Sun, 25 Jun 2017 21:23:45 -0000 Message-Id: <91e00232552c4ad48f1ad49d5b904234@git.apache.org> In-Reply-To: <274d0706e97e49eebafa787228d331eb@git.apache.org> References: <274d0706e97e49eebafa787228d331eb@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [09/12] lucene-solr:jira/solr-10574: SOLR-10574: Adding _default configset, removing basic_configs and data_driven_schema_configs archived-at: Sun, 25 Jun 2017 21:23:42 -0000 http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ed844ac4/solr/server/solr/configsets/_default/conf/managed-schema ---------------------------------------------------------------------- diff --git a/solr/server/solr/configsets/_default/conf/managed-schema b/solr/server/solr/configsets/_default/conf/managed-schema new file mode 100644 index 0000000..842e599 --- /dev/null +++ b/solr/server/solr/configsets/_default/conf/managed-schema @@ -0,0 +1,1076 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + id + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ed844ac4/solr/server/solr/configsets/_default/conf/params.json ---------------------------------------------------------------------- diff --git a/solr/server/solr/configsets/_default/conf/params.json b/solr/server/solr/configsets/_default/conf/params.json new file mode 100644 index 0000000..06114ef --- /dev/null +++ b/solr/server/solr/configsets/_default/conf/params.json @@ -0,0 +1,20 @@ +{"params":{ + "query":{ + "defType":"edismax", + "q.alt":"*:*", + "rows":"10", + "fl":"*,score", + "":{"v":0} + }, + "facets":{ + "facet":"on", + "facet.mincount": "1", + "":{"v":0} + }, + "velocity":{ + "wt": "velocity", + "v.template":"browse", + "v.layout": "layout", + "":{"v":0} + } +}} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ed844ac4/solr/server/solr/configsets/_default/conf/protwords.txt ---------------------------------------------------------------------- diff --git a/solr/server/solr/configsets/_default/conf/protwords.txt b/solr/server/solr/configsets/_default/conf/protwords.txt new file mode 100644 index 0000000..1dfc0ab --- /dev/null +++ b/solr/server/solr/configsets/_default/conf/protwords.txt @@ -0,0 +1,21 @@ +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +#----------------------------------------------------------------------- +# Use a protected word file to protect against the stemmer reducing two +# unrelated words to the same base word. + +# Some non-words that normally won't be encountered, +# just to test that they won't be stemmed. +dontstems +zwhacky +