Hi all,
Have a question concerning indexing of HTML files.
One of the files I'm trying to index have a <input type="image" ...> tag
that also contain a call to a javascript with a string argument that is
about 1300 characters long. At this point Lucene seems to stop indexing the
remaining part the current document, but do index the other files in the
same directory.
How do I workaround this?
Seems unlikely, but IndexWriter.maxFieldLength is set to 10,000. This is 10,000 terms maximum per field. Is it possible you are exceeding that?
What symptoms lead you to believe it is stopping indexing at that point?
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
