Lucene.Net.Codecs.Memory.MemoryPostingsFormat.MemoryPostingsFormat C# (CSharp) Method

MemoryPostingsFormat() public method

public MemoryPostingsFormat ( ) : System
return System
	  public MemoryPostingsFormat() : this(false, PackedInts.DEFAULT)
	  {
	  }

Same methods

MemoryPostingsFormat::MemoryPostingsFormat ( bool doPackFST, float acceptableOverheadRatio ) : System