ElasticSearch silently removed the long-deprecated text query in favor of the match query. match works just like text, so the fix is simple.
fixes T5507
Differential D9784
change elasticsearch text query to match query for compat with 1.1.0 lexelby on Jun 30 2014, 1:37 PM. Authored by Tags None Referenced Files
Subscribers
Details
ElasticSearch silently removed the long-deprecated text query in favor of the match query. match works just like text, so the fix is simple. fixes T5507 see if the breakage is fixed
Diff Detail
Event Timeline |