lucene search suggestion Results issue
Hi Experts,
We are using AEM 6.4.7 with Lucene Search functionality with oak indexing. When ever the below query runs the suggestions gives results but only 255 characters even though the Description have 500 characters.
SELECT [rep:suggest()] FROM [nt:base] AS s WHERE suggest('Our ') AND ISDESCENDANTNODE(s, '/content/path') AND NOT [hideInSearch] = "true" .
Please suggest do we need to add any config to give full sentence of the description.
Note: We are indexing pageTitle and Description of the page.