Max length

2008-04-15 Thread WATHELET Thomas
Hi my question is very simple, Is there a size limitation for the text to index Becaus I try to index a long document and the content of this one is stored correctly into the index but it seems that the indexation stopp at the middle of the document.I can't find any word located after the middle. A

Re: Max length

2008-04-15 Thread Grant Ingersoll
On IndexWriter, have a look at the setMaxFieldLength() method. On Apr 15, 2008, at 6:31 AM, WATHELET Thomas wrote: Hi my question is very simple, Is there a size limitation for the text to index Becaus I try to index a long document and the content of this one is stored correctly into the in

Re: Max length

2008-04-15 Thread Erick Erickson
The default is 10,000 characters, but, as Grant says, you can change it with IndexWriter.setMaxFieldLength(). Erick On Tue, Apr 15, 2008 at 6:31 AM, WATHELET Thomas <[EMAIL PROTECTED]> wrote: > Hi my question is very simple, > Is there a size limitation for the text to index > Becaus I try to i