Re: question about IndexWriter.maxFieldLength

2005-05-17 Thread Paul Elschot
On Tuesday 17 May 2005 11:33, Pablo Gomes Ludermir wrote: > Dear all, > > I would like to know about the maxFieldLength. It says on the Javadocs > that it limits "The maximum number of terms that will be indexed for a > single field in a document." So, for instance, in my "contents" field, > I wou

Re: question about IndexWriter.maxFieldLength

2005-05-17 Thread Erik Hatcher
On May 17, 2005, at 5:33 AM, Pablo Gomes Ludermir wrote: Dear all, I would like to know about the maxFieldLength. It says on the Javadocs that it limits "The maximum number of terms that will be indexed for a single field in a document." So, for instance, in my "contents" field, I would have it lim

question about IndexWriter.maxFieldLength

2005-05-17 Thread Pablo Gomes Ludermir
Dear all, I would like to know about the maxFieldLength. It says on the Javadocs that it limits "The maximum number of terms that will be indexed for a single field in a document." So, for instance, in my "contents" field, I would have it limited by default to 10.000 terms. But which terms are tho