Lucene.Net.Index.BinaryDocValuesWriter.DocsWithFieldBytesUsed C# (CSharp) Метод

DocsWithFieldBytesUsed() приватный Метод

private DocsWithFieldBytesUsed ( ) : long
Результат long
        private long DocsWithFieldBytesUsed()
        {
            // size of the long[] + some overhead
            return RamUsageEstimator.SizeOf(DocsWithField.Bits) + 64;
        }