replace indexed but not stored data in lucene

Was trying to replace indexed but not stored data in lucene . found this thread has the same issue: > > >> I have a strange problem with Field.Store.NO and Field.Index.ANALYZED > > >> fields with Lucene 3.0.1. > > >> > > >> I’m testing my app with twenty test documents. Each has about ten…