On Sat, Apr 4, 2009 at 11:52 AM, deminix <demi...@gmail.com> wrote: > My crude regex'ing of the code has me thinking it is only term vectors that > are limited to 32 bits, since they allocate arrays. Otherwise it seems > good. Does that sound right?
Not quite... SegmentTermEnum.seek takes "int p". TermInfosReader.get takes int position, though I think (not certain) that method is not currently used anywhere. I thought I had found one more place, but I can't find it again, now. I guess one could make a stress test and find out what breaks first ;) It certainly seems like (so far) relaxing this limitation is far easier than relaxing the int doc limitation. Mike --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org