Commit cc8ec6dc8566bff33544d27df21e1efb4654ddd7
1 parent
5ac30a195e
Exists in
master
SEARCH-106: Add hightlighting to the toString() method
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/main/java/org/alfresco/service/cmr/search/SearchParameters.java
... | ... | @@ -1257,6 +1257,7 @@ public class SearchParameters implements BasicSearchParameters |
1257 | 1257 | .append(this.excludeTenantFilter).append(", isBulkFetchEnabled=").append(this.isBulkFetchEnabled) |
1258 | 1258 | .append(", queryConsistency=").append(this.queryConsistency).append(", sinceTxId=") |
1259 | 1259 | .append(this.sinceTxId).append(", searchTerm=").append(this.searchTerm) |
1260 | + .append(", highlight=").append(this.hightlight) | |
1260 | 1261 | .append(", spellCheck=").append(this.spellCheck).append("]"); |
1261 | 1262 | return builder.toString(); |
1262 | 1263 | } | ... | ... |