mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
SEARCH-453 Text Attributes are ignored by SOLR 4 & 6
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user