You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by cp...@apache.org on 2024/02/13 16:49:03 UTC

(solr) 02/02: git checkout origin/main -- solr/solr-ref-guide/modules/indexing-guide

This is an automated email from the ASF dual-hosted git repository.

cpoerschke pushed a commit to branch jira/solr-13350
in repository https://gitbox.apache.org/repos/asf/solr.git

commit 08d415fb8ca14a34baeef9c36fc75ef618d8a583
Author: Christine Poerschke <cp...@apache.org>
AuthorDate: Tue Feb 13 16:44:46 2024 +0000

    git checkout origin/main -- solr/solr-ref-guide/modules/indexing-guide
---
 .../modules/indexing-guide/examples/stemdict.txt   | 23 +---------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt b/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt
deleted file mode 100644
index f57a4ad490f..00000000000
--- a/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt
+++ /dev/null
@@ -1,22 +0,0 @@
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# 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.
-
-#-----------------------------------------------------------------------
-# test that we can override the stemming algorithm with our own mappings
-# these must be tab-separated
-monkeys	monkey
-otters	otter
-# some crazy ones that a stemmer would never do
-dogs	cat
diff --git a/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt b/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt
new file mode 120000
index 00000000000..c242c73fe09
--- /dev/null
+++ b/solr/solr-ref-guide/modules/indexing-guide/examples/stemdict.txt
@@ -0,0 +1 @@
+../../../../core/src/test-files/solr/collection1/conf/stemdict.txt
\ No newline at end of file