You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2020/07/31 04:11:32 UTC

[lucene-solr] 01/04: @475 I didn't realize this was still just local. These synonyms can be expensive and have almost no default value.

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

markrmiller pushed a commit to branch reference_impl_dev
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 9d9666365ad4c9acf2fcf26e66babe2c81a30c92
Author: markrmiller@gmail.com <ma...@gmail.com>
AuthorDate: Thu Jul 30 22:56:07 2020 -0500

    @475 I didn't realize this was still just local. These synonyms can be expensive and have almost no default value.
---
 solr/server/solr/configsets/_default/conf/synonyms.txt | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/solr/server/solr/configsets/_default/conf/synonyms.txt b/solr/server/solr/configsets/_default/conf/synonyms.txt
index eab4ee8..436964a 100644
--- a/solr/server/solr/configsets/_default/conf/synonyms.txt
+++ b/solr/server/solr/configsets/_default/conf/synonyms.txt
@@ -12,18 +12,18 @@
 
 #-----------------------------------------------------------------------
 #some test synonym mappings unlikely to appear in real input text
-aaafoo => aaabar
-bbbfoo => bbbfoo bbbbar
-cccfoo => cccbar cccbaz
-fooaaa,baraaa,bazaaa
+#aaafoo => aaabar
+#bbbfoo => bbbfoo bbbbar
+#cccfoo => cccbar cccbaz
+#fooaaa,baraaa,bazaaa
 
 # Some synonym groups specific to this example
-GB,gib,gigabyte,gigabytes
-MB,mib,megabyte,megabytes
-Television, Televisions, TV, TVs
-#notice we use "gib" instead of "GiB" so any WordDelimiterGraphFilter coming
+ #GB,gib,gigabyte,gigabytes
+#MB,mib,megabyte,megabytes
+#Television, Televisions, TV, TVs
+#notice we use "gib" instead of "GiB" so any WordDelimiterFilter coming
 #after us won't split it into two words.
 
 # Synonym mappings can be used for spelling correction too
-pixima => pixma
+#pixima => pixma