Hi, I am trying to understand docValues.
Almost every link I have gone through says that enable docValues if you want to sort/facet/pivot. Does that mean I should enable docValues even if I just want to index and store simple integer-type fields? If that is true, then the default numeric fields will not work for me as they have docValues=true. Is it recommended to create my own fields when I do not want to sort/facet/pivot but only want to index and store? Thanks SG