Re: "No tvx reader"

2004-06-07 Thread Grant Ingersoll
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, tho

"No tvx reader"

2004-06-05 Thread David Spencer
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 TermVectorRea