I am trying to use DiskDocValuesFormat for a particular BinaryDocValuesField. It seems there is no good examples showing how to do this. The only hint I got from various docs and forums is set some codec in IndexWriter. Could someone give a few lines of code snippet and show how to set DiskDocValuesFormat?
Thanks.