Internally there are only 2 field types:
NOTE: Don't use this format in production (its not very efficient). Most likely you would want some parts in RAM, other parts on disk.
@lucene.experimental
146147148149150151152153154155156
addDocValues(avoidCodecs, new Lucene42DocValuesFormat(), new DiskDocValuesFormat(), new SimpleTextDocValuesFormat(), new AssertingDocValuesFormat(), new CheapBastardDocValuesFormat()); Collections.shuffle(formats, random); Collections.shuffle(dvFormats, random); // Avoid too many open files: