Hi, I am using lucene 4.6.0 to index a dataset. I have the following fields: doctitle, docbody, docname, docid, date. But when I access the fields using indexReader.getTermVectors(indexedDocID) then I only get two fields docbody and docname.
How do I index so that I also get doctitle? Thank you. Regards, Sachin Kulkarni