Description
Idea from Simon: it seems dangerous for IndexOptions and DocValuesType
via Indexable/FieldType and FieldInfo that we use null to mean it's
not indexed or has no doc values.
We should instead have an explicit choice (IndexOptions.NO,
DocValuesType.NO) in the enum?