I'm trying to strip down my index. I don't gonna use exists
queries so I don't need the stuff behind the _field_names
field. I've rebuilt my index from scratch with _field_names: {enabled: false}
in the mapping.
The only difference I see is term
queries by the _field_names
field return nothing now. But the index size is pretty the same.
I guess disabling the field only disables the ability to directly query for the field but it is still set and indexed behind the scenes. Am I right?