Re: Improved suggester question

2015-01-20 Thread Dinu Suman
Maybe this is because of the "<" sign. Encode it and try again. len must be <= 32767; got 35680 On Tue, Jan 13, 2015 at 7:51 PM, Dan Davis wrote: > The suggester is not working for me with Solr 4.10.2 > > Can anyone shed light over why I might be getting the exception below when > I build the

Improved suggester question

2015-01-13 Thread Dan Davis
The suggester is not working for me with Solr 4.10.2 Can anyone shed light over why I might be getting the exception below when I build the dictionary? 500 26 len must be <= 32767; got 35680 java.lang.IllegalArgumentException: len must be <= 32767; got 35680 at org.apache.lucene.util.Offline