Note that <3> is actually not hard at all, the "ant package" target does it all for you. You do need to install ant and a Java JDK, but the rest is pretty automatic, just apply the patch and execute the above target.
Details are here in case you get desperate ;)... https://wiki.apache.org/solr/HowToContribute Best, Erick On Thu, May 26, 2016 at 11:29 AM, Nick Vasilyev <nick.vasily...@gmail.com> wrote: > Thanks Erik, option 4 is my favorite so far :) > > On Thu, May 26, 2016 at 2:15 PM, Erick Erickson <erickerick...@gmail.com> > wrote: > >> There is no plan to release 5.5.2, development has moved to trunk and >> 6.x. Also, while there >> is a patch for that JIRA it hasn't been committed even in trunk/6.0. >> >> So I think your choices are: >> 1> find a work-around >> 2> see about moving to Solr 6.0.1 (in release process now), >> assuming that it solves the problem. >> 3> See if the patch supplied with SOLR-8940 works for you and compile >> it locally. >> 4> agitate for a 5.5.2 that includes this fix (after the fix has been >> vetted). >> >> Best, >> Erick >> >> On Thu, May 26, 2016 at 11:08 AM, Nick Vasilyev >> <nick.vasily...@gmail.com> wrote: >> > Is there an anticipated release date for 5.5.2? I know 5.5.1 was just >> > released a while ago and although it fixes the faceting performance >> > (SOLR-8096), distributed grouping is broken (SOLR-8940). >> > >> > I just need a solid 5.x release that is stable and with all core >> > functionality working. >> > >> > Thanks >>