Hi All, I am trying to query an index. When I try to read the index using IndexReader, I am able to print all the fields (close to 30 fields stored) in the index. However, when I run a query on the same index using IndexSearcher, I am able to get only a couple of fields instead of all the fields as returned by IndexReader.
Any help would be greatly appreciated. Regards, Rahul Kotecha