healthonnet / hon-lucene-synonyms

Solr query parser plugin that performs proper query-time synonym expansion.
http://nolanlawson.com/2012/10/31/better-synonym-handling-in-solr
150 stars 67 forks source link

Upgrade to 5.3.1 #55

Closed nolanlawson closed 8 years ago

nolanlawson commented 8 years ago

Rebased version of #53 to ensure that tests are passing in Travis. I had to fiddle with my hack to check for processes with the key techproducts.

If Travis is passing, then I'm +1. I'm also +1 to just stop supporting older versions of Solr, because it's not practical anymore. I don't have the time to maintain multiple branches and test them all.

nolanlawson commented 8 years ago

This isn't working yet, because it's not enough to check for a 200 from localhost:8983; we need to check for the techproducts core...

nolanlawson commented 8 years ago

ok cool, I'ma merge this now