Lucene.Net.Index.TestNumericDocValuesUpdates.Lucene46CodecAnonymousInnerClassHelper3.GetDocValuesFormatForField C# (CSharp) Метод

GetDocValuesFormatForField() публичный Метод

public GetDocValuesFormatForField ( string field ) : DocValuesFormat
field string
Результат DocValuesFormat
            public override DocValuesFormat GetDocValuesFormatForField(string field)
            {
                return new AssertingDocValuesFormat();
            }
        }
TestNumericDocValuesUpdates.Lucene46CodecAnonymousInnerClassHelper3