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 #53

Closed joekiller closed 8 years ago

joekiller commented 8 years ago

Cleaned up.

I updated the python tests to work with Solr 5.x, which includes nuances in 5.0 -> 5.2.1 and another change in behavior at 5.3.1.

Issue #51 is outstanding and there is a test in java that is currently ignored.

I recreated the failing python test in java and made it passing and made the failing part an ignored test for now.

nolanlawson commented 8 years ago

I apologize for never setting up automated tests for this repo. Someone will have to test this PR manually (probably me).

LGTM, but it's always crucial to run the tests to verify. :)

nolanlawson commented 8 years ago

closed in favor of https://github.com/healthonnet/hon-lucene-synonyms/pull/55