Re: Maximum index size

2007-08-27 Thread Karl Wettin
27 aug 2007 kl. 14.34 skrev Antoine Baudoux: Ok, I will follow the documentation. But appart from optimization tips, are there intrinsic limits in term of : - Index size. Integer.MAX_VALUE documents. - number of distinct indexed terms. Integer.MAX_VALUE unique tokens per field. htt

Re: Maximum index size

2007-08-27 Thread Antoine Baudoux
Ok, I will follow the documentation. But appart from optimization tips, are there intrinsic limits in term of : - Index size. - number of distinct indexed terms. -- Antoine Baudoux Development Manager [EMAIL PROTECTED] Tél.: +32 2 333 58 44 GSM: +32 499 534 538 Fax.: +32 2 648 16 53 On 27

Re: Maximum index size

2007-08-27 Thread Grant Ingersoll
Have a look at: http://wiki.apache.org/lucene-java/ BasicsOfPerformance and the section on indexing. Please provide more details about what you are doing and your hardware, memory, etc. if that doesn't help. On Aug 27, 2007, at 2:26 AM, Antoine Baudoux wrote: Hello, I'm i

Re: Re: Maximum index size

2007-08-26 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Maximum index size

2007-08-26 Thread tom
Tom Roberts is out of the office until 3rd September 2007 and will get back to you on his return. http://www.luxonline.org.uk http://www.lux.org.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Maximum index size

2007-08-26 Thread Antoine Baudoux
Hello, I'm indexing 2,5 millions docs. I already have added 1,2 millions docs to the index and the indexing speed becomes quite slow. my index directory is 1GB . Is there a limit to the indexing size? Is the indexing slow when the number of terms ar