It's a kind of research. There is no particular practical use case as far as I know. Do you know how to set all these max token lengths?
On 24 October 2010 19:19, Yonik Seeley <yo...@lucidimagination.com> wrote: > On Sun, Oct 24, 2010 at 10:47 AM, Sergey Bartunov <sbos....@gmail.com> wrote: >> I did it just as you recommended. Solr indexes files around 15kb, but >> no more. The same effect was with patched constants > > Lucene also has max token sizes it can index. > IIRC, lengths used to be stored inline with the char data, and a > single char was used for the length. > > The bigger question: Is this a problem for you (do you actually have a > use case)? > > -Yonik > http://www.lucidimagination.com >