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