[ SEARCH-2090 ] Cross-locale behaviour ripristined

This commit is contained in:
agazzarini
2020-03-10 08:54:22 +01:00
parent f0f011c874
commit c3e670480b
@@ -248,7 +248,7 @@ public class QParserPluginIT extends AbstractQParserPluginIT implements QueryCon
assertAQuery("TEXT:\"over the lazy\"", 1);
//With no shared.properties this falls back to 5.0 cross locale support
assertAQuery("TEXT:\"over a lazy\"", 0);
assertAQuery("TEXT:\"over a lazy\"", 1);
String contentFieldName = escape(PROP_CONTENT);
assertAQuery("@" + contentFieldName + ":\"fox\"", 1);