At my company, we've been beating our heads to the wall[0] in getting multi-term synonyms to work correctly in SOLR. e.g.<p><pre><code> fruit extractor => fruit juicer, citrus juicer
</code></pre>
Does anyone experienced enough have a clue if SOLR 5 can help with that?<p>[0] - <a href="http://opensourceconnections.com/blog/2013/10/27/why-is-multi-term-synonyms-so-hard-in-solr/" rel="nofollow">http://opensourceconnections.com/blog/2013/10/27/why-is-mult...</a>
Does Solr 5.0 support password-protecting the admin interface yet without spending hours trying to wrangle custom XML files? It seems like a pretty basic requirement for a web-based application.<p>I've tried things like this<p><a href="http://community.zimbra.com/documentation/w/documentation/securing-solr-on-tomcat" rel="nofollow">http://community.zimbra.com/documentation/w/documentation/se...</a><p>repeatedly. They never seem to work right.
krat0sprakhar: Check out my blogs on this
<a href="https://lucidworks.com/blog/solution-for-multi-term-synonyms-in-lucenesolr-using-the-auto-phrasing-tokenfilter/" rel="nofollow">https://lucidworks.com/blog/solution-for-multi-term-synonyms...</a><p>I also did a Meetup on this just this week
<a href="http://www.slideshare.net/detnavillus/the-well-tempered-search-application" rel="nofollow">http://www.slideshare.net/detnavillus/the-well-tempered-sear...</a><p>Check out slide 18 - autophrasing + synonyms: Precision 100% recall 100% Bag of words OOTB Solr/Lucene NOT so!<p>The code is on github and is a Lucene TokenFilter so it should work. I used 4.10.3 for the Meetup demo
elchief: I am a Solr guy and I do give a flying F about this. I've been remiss in submitting this to Solr though - my bad. Working on this now. Nolan's fix is also good. I referenced this work in my blog post
looking at the solr downloads page, I can't seem to find the Solr 5 tarball... Clicking downloads: <a href="http://lucene.apache.org/solr/mirrors-solr-latest-redir.html" rel="nofollow">http://lucene.apache.org/solr/mirrors-solr-latest-redir.html</a> redirects to the 4. tarball, i added 5.0.0.to the url and got the latest tarbal: <a href="http://www.apache.org/dyn/closer.cgi/lucene/solr/5.0.0" rel="nofollow">http://www.apache.org/dyn/closer.cgi/lucene/solr/5.0.0</a>