mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
SEARCH-106: Add hightlighting to the toString() method
This commit is contained in:
@@ -1257,6 +1257,7 @@ public class SearchParameters implements BasicSearchParameters
|
||||
.append(this.excludeTenantFilter).append(", isBulkFetchEnabled=").append(this.isBulkFetchEnabled)
|
||||
.append(", queryConsistency=").append(this.queryConsistency).append(", sinceTxId=")
|
||||
.append(this.sinceTxId).append(", searchTerm=").append(this.searchTerm)
|
||||
.append(", highlight=").append(this.hightlight)
|
||||
.append(", spellCheck=").append(this.spellCheck).append("]");
|
||||
return builder.toString();
|
||||
}
|
||||
|
Reference in New Issue
Block a user