fixing typo: http://wiki.apache.org/solr/QueryParser (search the page for synonym_edismax)
On Thu, May 26, 2016 at 11:50 AM, John Bickerstaff <j...@johnbickerstaff.com > wrote: > Hey Jeff (or anyone interested in multi-word synonyms) here are some > potentially interesting links... > > http://wiki.apache.org/solr/QueryParser (search the page for > synonum_edismax) > > https://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr/ > (blog post about what became the synonym_edissmax Query Parser) > > > https://lucidworks.com/blog/2014/07/12/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/ > > This last was useful for lots of reasons and contains links to other > interesting, related web pages... > > On Thu, May 26, 2016 at 11:45 AM, Jeff Wartes <jwar...@whitepages.com> > wrote: > >> Oh, interesting. I’ve certainty encountered issues with multi-word >> synonyms, but I hadn’t come across this. If you end up using it with a >> recent solr verison, I’d be glad to hear your experience. >> >> I haven’t used it, but I am aware of one other project in this vein that >> you might be interested in looking at: >> https://github.com/LucidWorks/auto-phrase-tokenfilter >> >> >> On 5/26/16, 9:29 AM, "John Bickerstaff" <j...@johnbickerstaff.com> wrote: >> >> >Ahh - for question #3 I may have spoken too soon. This line from the >> >github repository readme suggests a way. >> > >> >Update: We have tested to run with the jar in $SOLR_HOME/lib as well, and >> >it works (Jetty). >> > >> >I'll try that and only respond back if that doesn't work. >> > >> >Questions 1 and 2 still stand of course... If anyone on the list has >> >experience in this area... >> > >> >Thanks. >> > >> >On Thu, May 26, 2016 at 10:25 AM, John Bickerstaff < >> j...@johnbickerstaff.com >> >> wrote: >> > >> >> Hi all, >> >> >> >> I'm creating a Solr Cloud that will index and search medical text. >> >> Multi-word synonyms are a pretty important factor. >> >> >> >> I find that there are some challenges around multi-word synonyms and I >> >> also found on the wiki that there is a recommended 3rd-party parser >> >> (synonym_edismax parser) created by Nolan Lawson and found here: >> >> https://github.com/healthonnet/hon-lucene-synonyms >> >> >> >> Here's the thing - the instructions on the github site involve bringing >> >> the jar file into the war file - which is not applicable any more... at >> >> least I think it's not... >> >> >> >> I have three questions: >> >> >> >> 1. Is this still a good solution for multi-word synonyms (I.e. Solr >> Cloud >> >> doesn't break it in some way) >> >> 2. Is there a tool or plug-in out there that the contributors would >> >> recommend above this one? >> >> 3. Assuming 1 = yes and 2 = no, can anyone tell me an updated procedure >> >> for bringing it in to Solr Cloud (I'm running 5.4.x) >> >> >> >> Thanks >> >> >> >> >