sitepark-veltrup commented on issue #7074: URL: https://github.com/apache/lucene/issues/7074#issuecomment-1814499494
We use Solr to search for pages in a website. We index the content of the website and also the content of PDF documents into a field `content` Based on this field we would also like to use the suggest. In many cases, the field has significantly more than `32767` characters. When trying to create the suggest index, I also get the error `java.lang.IllegalArgumentException: len must be <= 32767; got 38751` (Solr 9.3.0) Is it correct that there is currently no way to build a suggest index based on a field with more than `32767` characters? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org