You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Zheng Lin Edwin Yeo <ed...@gmail.com> on 2015/06/12 05:58:29 UTC

Increase the suggester len size

Hi,

I'm facing some issues with my suggester for the content field.

As my content is indexed from rich text documents which is quite large, I
got the following error when I tried to build the suggester using
/suggesthandler?suggest.build=true

<lst name="error">
<str name="msg">len must be <= 32767; got 35578</str>


Is there anyway to increase the len size to bigger than 32767? I might have
documents that's even bigger in the future.


Regards,
Edwin