SEARCH-453 Text Attributes are ignored by SOLR 4 & 6

This commit is contained in:
ahind
2017-05-24 21:08:38 +01:00
parent 08b04eb2b0
commit 0761c19d64
@@ -438,7 +438,7 @@ public abstract class AbstractQParser extends QParser implements QueryConstants
for (int i = 0; i < textAttributes.length(); i++)
{
String textAttribute = textAttributes.getString(i);
searchParameters.addAllAttribute(textAttribute);
searchParameters.addTextAttribute(textAttribute);
}