It is not clear to me how these parameters of org.apache.lucene.document.Field class exactly work:
Field.Store.YES / NO If I set them to NO, then I don't save the content itself but only metadata about it ? and Field.Index.ANALYZED / NOT ANALYZED If I set NOT_ANALYZED I don't perform any processing such as stemming, or stop words on the content ? thanks -- View this message in context: http://lucene.472066.n3.nabble.com/Field-Store-Field-Index-tp2587314p2587314.html Sent from the Lucene - General mailing list archive at Nabble.com.
