Re: Lucene index limit

2011-03-25 Thread pulkitsinghal
Hello Uwe, Thank you for the reply! With your suggestion I looked deeper into my code to find that the services handing me the data had been updated to set a limit. So it wasn't a lucene issue at all. Sent from my iPhone On Mar 24, 2011, at 6:21 PM, "Uwe Schindler" wrote: > Are you sure that

RE: Lucene index limit

2011-03-24 Thread Uwe Schindler
Are you sure that you not forgot to commit your changes? Maybe that's the reason you see only 32768 documents. There is no such low limit, the number of documents is limited by Integer.MAX_VALUE, number of terms is much higher... - Uwe Schindler H.-H.-Meier-Allee 63, D-28213 Bremen http://ww