I am aware of what Field.store and Field.Index means in Lucene document and aware of the use-cases when either Field.store
or Field.Index
is set to NO.
But recently, I came across piece of code, when both are set to NO. Could anybody explain the use-case with an example, when we need to set them to NO ?.
PS: I referred to this SO question, which explains why one is set to NO and another is set to Yes, with good use-cases, but it doesn't give answer to my question.