Re: Problems on massive indexing

2003-04-01 Thread Kristian Hermsdorf
Hi   I also got the IndexOutOfBoundException while optimizing the index (index- size about 1GB, 50 Docs with 25 fields each). (optimizing was called via merging of RamDirectoy to FSDirectory). The problem was that the FieldsReader tried to read more fields than existed ... .I've no glue how to fi

Problems on massive indexing

2003-03-31 Thread Omar Cal
Hello, i'm a newby of Lucene. I've the following scenario: -450.000 xml files and text files -5 indexes, two stored and three unstored -lucene library 1.2 (tested also 1.3RC) When i try to index the material i've an IndexOutOfBoundException in the call to the index.optimize() after two hours of i