On May 6, 2005, at 4:42 PM, Ernesto De Santis wrote:

Hi

Exist a max length for a Field value?
I have problems indexing large body files.
The bottom isn't indexed.

Bye,
Ernesto.

-- Ernesto De Santis - Colaborativa.net
Córdoba 1147 Piso 6 Oficinas 3 y 4
(S2000AWO) Rosario, SF, Argentina.



After you create your IndexWriter, do the following:

    writer.maxFieldLength = Integer.MAX_VALUE;

Substitute you own limit if you don't want it (effectively) unlimited. The default value is 10,000 terms.


-- Bill Tschumy Otherwise -- Austin, TX http://www.otherwise.com



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to