Hello,
How can I add equivalent synonyms separated with commas
into ManagedSynonymFilterFactory via REST API?
Further, I'd like to set expand=true to make a synonym expanded
to all equivalent synonyms.
Best regards,
Mingchun Zhao
Hi Bjørn,
>From solr4.4, the behavior of end offsets in EdgeNGramFilterFactory
was changed due to the following issue,
https://issues.apache.org/jira/browse/LUCENE-3907
The related source code in this patch as below,
==
+ if (version.onOrAfter(Version.LUCENE_44)) {
+// Never u