Re: Solutions for Multi-word Synonyms

2016-06-24 Thread Joe Lawson
I rounded up some of the discussion here: http://opensourceconnections.com/blog/2016/06/23/solr-multi-word-synonym-solutions-2016/ Also my colleage pointed me to another project Querqy, https://github.com/renekrie/querqy which "is a framework for query preprocessing in Java-based search engines. I

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread Bernd Fehling
As Doug said, you should really try to build your own solution for Multi-word Synonyms because every need is different and you can customize it for your special use case, like adding a Thesaurus. http://www.ub.uni-bielefeld.de/~befehl/base/solr/InsideBase_eurovocThesaurus.html Regards Bernd Am 0

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread MaryJo Sminkey
Thanks, added my vote (which threw an error but looks like it did get added). MJ On Thu, Jun 9, 2016 at 5:41 PM, Upayavira wrote: > Here's a recently created ticket that covers this issue: > > https://issues.apache.org/jira/browse/SOLR-9185 > > Let's hope we see some traction on it soon, as m

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread Upayavira
Here's a recently created ticket that covers this issue: https://issues.apache.org/jira/browse/SOLR-9185 Let's hope we see some traction on it soon, as many people suffer from this issue. Upayavira On Thu, 9 Jun 2016, at 09:10 PM, MaryJo Sminkey wrote: > On Thu, Jun 9, 2016 at 1:50 PM, Joe Laws

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread MaryJo Sminkey
On Thu, Jun 9, 2016 at 1:50 PM, Joe Lawson < jlaw...@opensourceconnections.com> wrote: > The auth-phrasing-token (APT) filter is a two pronged solution that > requires index and query time processes versus hon-lucene-synonyms (HLS) > which is strictly a query time implementation. The primary take

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread Joe Lawson
> > I'm wondering if anyone has experience using the autophrasing solution on > the Lucidworks blog: > > > https://lucidworks.com/blog/2014/07/12/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/ > > The auth-phrasing-token (APT) filter is a two pronged solution th

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread MaryJo Sminkey
On Thu, Jun 9, 2016 at 11:06 AM, Doug Turnbull < dturnb...@opensourceconnections.com> wrote: > Honestly half the time I run into this problem, I end up creating a > QParserPlugin because I need to do something specific. With a QParserPlugin > I can run whatever analysis, slicing and dicing of the

Re: Solutions for Multi-word Synonyms

2016-06-09 Thread Doug Turnbull
Mary Jo, Honestly half the time I run into this problem, I end up creating a QParserPlugin because I need to do something specific. With a QParserPlugin I can run whatever analysis, slicing and dicing of the query string to manually construct whatever I need to http://www.supermind.org/blog/1134/

Re: Solutions for Multi-word Synonyms

2016-06-07 Thread Joe Lawson
I'm sorry I wasn't more specific, I meant we were hijacking the thread with the question, "Anyone used a different method of handling multi-term synonyms that isn't as global?" as the original thread was about getting synonym_edismax running. On Tue, Jun 7, 2016 at 2:24 PM, MaryJo Sminkey wrote: