It can safely be removed. I am pretty sure it happens during merging on fields that don't have term vector information included. Of course, the real fix is to not attempt to not even call this method when there is not term vector info.
It is normal, for now. Should probably be removed, though. >>> [EMAIL PROTECTED] 06/05/04 05:37PM >>> Using 1.4rc3. Running an app that indexes 50k documents (thus it just uses an IndexWriter). One field has that boolean set for it to have a term vector stored for it, while other 11 fields don't. On stdout I see "No tvx file" 13 times. Glancing thru the src it seems this comes from TermVectorReader. The generated index seeems fine. What could be causing this and is this normal? thx, Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
