expand=true in ManagedSynonymFilterFactory

2014-06-27 Thread Mingchun Zhao
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

Re: (Edge)NGramFilterFactory and highlight

2014-12-20 Thread 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