Expert: Return the total size of all index files currently cached in memory. Useful for size management with flushRamDocs()

Namespace: Lucene.Net.Index
Assembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1

Syntax

C#
public long RamSizeInBytes()
Visual Basic
Public Function RamSizeInBytes As Long
Visual C++
public:
long long RamSizeInBytes()

Return Value

[Missing <returns> documentation for "M:Lucene.Net.Index.IndexWriter.RamSizeInBytes"]

See Also