blob: 7a2cc52f4e9ebd8e044b913337248ad04b3f53a6 [file] [log] [blame]
<!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Class BlockTreeTermsReader.Stats
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class BlockTreeTermsReader.Stats
| Apache Lucene.NET 4.8.0-beta00010 Documentation ">
<meta name="generator" content="docfx 2.56.0.0">
<link rel="shortcut icon" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/favicon.ico">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.css">
<link rel="stylesheet" href="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.css">
<meta property="docfx:navrel" content="toc.html">
<meta property="docfx:tocrel" content="core/toc.html">
<meta property="docfx:rel" content="https://lucenenet.apache.org/docs/4.8.0-beta00009/">
</head>
<body data-spy="scroll" data-target="#affix" data-offset="120">
<div id="wrapper">
<header>
<nav id="autocollapse" class="navbar ng-scope" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">
<img id="logo" class="svg" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/logo/lucene-net-color.png" alt="">
</a>
</div>
<div class="collapse navbar-collapse" id="navbar">
<form class="navbar-form navbar-right" role="search" id="search">
<div class="form-group">
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off">
</div>
</form>
</div>
</div>
</nav>
<div class="subnav navbar navbar-default">
<div class="container hide-when-search">
<ul class="level0 breadcrumb">
<li>
<a href="https://lucenenet.apache.org/docs/4.8.0-beta00009/">API</a>
<span id="breadcrumb">
<ul class="breadcrumb">
<li></li>
</ul>
</span>
</li>
</ul>
</div>
</div>
</header>
<div class="container body-content">
<div id="search-results">
<div class="search-list"></div>
<div class="sr-items">
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p>
</div>
<ul id="pagination"></ul>
</div>
</div>
<div role="main" class="container body-content hide-when-search">
<div class="sidenav hide-when-search">
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a>
<div class="sidetoggle collapse" id="sidetoggle">
<div id="sidetoc"></div>
</div>
</div>
<div class="article row grid-right">
<div class="col-md-10">
<article class="content wrap" id="_content" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats">
<h1 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats" class="text-break">Class BlockTreeTermsReader.Stats
</h1>
<div class="markdown level0 summary"><p>BlockTree statistics for a single field
returned by <a class="xref" href="Lucene.Net.Codecs.BlockTreeTermsReader.FieldReader.html#Lucene_Net_Codecs_BlockTreeTermsReader_FieldReader_ComputeStats">ComputeStats()</a>.</p>
</div>
<div class="markdown level0 conceptual"></div>
<div class="inheritance">
<h5>Inheritance</h5>
<div class="level0"><span class="xref">System.Object</span></div>
<div class="level1"><span class="xref">BlockTreeTermsReader.Stats</span></div>
</div>
<div class="inheritedMembers">
<h5>Inherited Members</h5>
<div>
<span class="xref">System.Object.Equals(System.Object)</span>
</div>
<div>
<span class="xref">System.Object.Equals(System.Object, System.Object)</span>
</div>
<div>
<span class="xref">System.Object.GetHashCode()</span>
</div>
<div>
<span class="xref">System.Object.GetType()</span>
</div>
<div>
<span class="xref">System.Object.MemberwiseClone()</span>
</div>
<div>
<span class="xref">System.Object.ReferenceEquals(System.Object, System.Object)</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Codecs.html">Lucene.Net.Codecs</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.dll</h6>
<h5 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class Stats</code></pre>
</div>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_BlockCountByPrefixLen.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.BlockCountByPrefixLen%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L389">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_BlockCountByPrefixLen_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.BlockCountByPrefixLen*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_BlockCountByPrefixLen" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.BlockCountByPrefixLen">BlockCountByPrefixLen</h4>
<div class="markdown level1 summary"><p>Number of blocks at each prefix depth. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int[] BlockCountByPrefixLen { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span>[]</td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Field.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Field%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L424">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Field_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Field*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Field" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Field">Field</h4>
<div class="markdown level1 summary"><p>Field name. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Field { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L359">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorBlockCount">FloorBlockCount</h4>
<div class="markdown level1 summary"><p>The number of floor blocks (meta-blocks larger than the
allowed <code>maxItemsPerBlock</code>) in the terms file.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int FloorBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorSubBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorSubBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L363">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorSubBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorSubBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_FloorSubBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.FloorSubBlockCount">FloorSubBlockCount</h4>
<div class="markdown level1 summary"><p>The number of sub-blocks within the floor blocks. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int FloorSubBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexArcCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexArcCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L337">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexArcCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexArcCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexArcCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexArcCount">IndexArcCount</h4>
<div class="markdown level1 summary"><p>How many arcs in the index FST. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long IndexArcCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNodeCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNodeCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L333">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNodeCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNodeCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNodeCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNodeCount">IndexNodeCount</h4>
<div class="markdown level1 summary"><p>How many nodes in the index FST. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long IndexNodeCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNumBytes.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNumBytes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L341">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNumBytes_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNumBytes*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_IndexNumBytes" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.IndexNumBytes">IndexNumBytes</h4>
<div class="markdown level1 summary"><p>Byte size of the index. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long IndexNumBytes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_MixedBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.MixedBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L369">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_MixedBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.MixedBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_MixedBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.MixedBlockCount">MixedBlockCount</h4>
<div class="markdown level1 summary"><p>The number of &quot;internal&quot; blocks (that have both
terms and sub-blocks).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int MixedBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_NonFloorBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.NonFloorBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L353">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_NonFloorBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.NonFloorBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_NonFloorBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.NonFloorBlockCount">NonFloorBlockCount</h4>
<div class="markdown level1 summary"><p>The number of normal (non-floor) blocks in the terms file. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int NonFloorBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Segment.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Segment%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L420">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Segment_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Segment*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_Segment" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.Segment">Segment</h4>
<div class="markdown level1 summary"><p>Segment name. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public string Segment { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_SubBlocksOnlyBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.SubBlocksOnlyBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L381">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_SubBlocksOnlyBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.SubBlocksOnlyBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_SubBlocksOnlyBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.SubBlocksOnlyBlockCount">SubBlocksOnlyBlockCount</h4>
<div class="markdown level1 summary"><p>The number of &quot;internal&quot; blocks that do not contain
terms (have only sub-blocks).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int SubBlocksOnlyBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TermsOnlyBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TermsOnlyBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L375">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TermsOnlyBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TermsOnlyBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TermsOnlyBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TermsOnlyBlockCount">TermsOnlyBlockCount</h4>
<div class="markdown level1 summary"><p>The number of &quot;leaf&quot; blocks (blocks that have only
terms).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int TermsOnlyBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L385">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockCount">TotalBlockCount</h4>
<div class="markdown level1 summary"><p>Total number of blocks. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public int TotalBlockCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockOtherBytes.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockOtherBytes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L416">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockOtherBytes_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockOtherBytes*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockOtherBytes" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockOtherBytes">TotalBlockOtherBytes</h4>
<div class="markdown level1 summary"><p>Total bytes stored by the <a class="xref" href="Lucene.Net.Codecs.PostingsBaseFormat.html">PostingsBaseFormat</a>,
plus the other few vInts stored in the frame.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TotalBlockOtherBytes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockStatsBytes.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockStatsBytes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L410">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockStatsBytes_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockStatsBytes*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockStatsBytes" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockStatsBytes">TotalBlockStatsBytes</h4>
<div class="markdown level1 summary"><p>Total number of bytes used to store term stats (not
including what the <a class="xref" href="Lucene.Net.Codecs.PostingsBaseFormat.html">PostingsBaseFormat</a>
stores.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TotalBlockStatsBytes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockSuffixBytes.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockSuffixBytes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L403">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockSuffixBytes_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockSuffixBytes*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalBlockSuffixBytes" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalBlockSuffixBytes">TotalBlockSuffixBytes</h4>
<div class="markdown level1 summary"><p>Total number of bytes used to store term suffixes. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TotalBlockSuffixBytes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermBytes.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermBytes%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L349">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermBytes_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermBytes*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermBytes" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermBytes">TotalTermBytes</h4>
<div class="markdown level1 summary"><p>Total number of bytes (sum of term lengths) across all terms in the field. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TotalTermBytes { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermCount.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermCount%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L345">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermCount_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermCount*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_TotalTermCount" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.TotalTermCount">TotalTermCount</h4>
<div class="markdown level1 summary"><p>Total number of terms in the field. </p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public long TotalTermCount { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int64</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="methods">Methods
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats_ToString.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats.ToString%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A">Improve this Doc</a>
</span>
<span class="small pull-right mobile-hide">
<a href="https://github.com/NightOwl888/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L497">View Source</a>
</span>
<a id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_ToString_" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.ToString*"></a>
<h4 id="Lucene_Net_Codecs_BlockTreeTermsReader_Stats_ToString" data-uid="Lucene.Net.Codecs.BlockTreeTermsReader.Stats.ToString">ToString()</h4>
<div class="markdown level1 summary"></div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public override string ToString()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.String</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 class="overrides">Overrides</h5>
<div><span class="xref">System.Object.ToString()</span></div>
</article>
</div>
<div class="hidden-sm col-md-2" role="complementary">
<div class="sideaffix">
<div class="contribution">
<ul class="nav">
<li>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Codecs_BlockTreeTermsReader_Stats.md&amp;value=---%0Auid%3A%20Lucene.Net.Codecs.BlockTreeTermsReader.Stats%0Asummary%3A%20'*You%20can%20override%20summary%20for%20the%20API%20here%20using%20*MARKDOWN*%20syntax'%0A---%0A%0A*Please%20type%20below%20more%20information%20about%20this%20API%3A*%0A%0A" class="contribution-link">Improve this Doc</a>
</li>
<li>
<a href="https://github.com/apache/lucenenet/blob/release/Lucene.Net_4_8_0_beta00010/src/Lucene.Net/Codecs/BlockTreeTermsReader.cs/#L329" class="contribution-link">View Source</a>
</li>
</ul>
</div>
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix">
<!-- <p><a class="back-to-top" href="#top">Back to top</a><p> -->
</nav>
</div>
</div>
</div>
</div>
<footer>
<div class="grad-bottom"></div>
<div class="footer">
<div class="container">
<span class="pull-right">
<a href="#top">Back to top</a>
</span>
Copyright © 2020 Licensed to the Apache Software Foundation (ASF)
</div>
</div>
</footer>
</div>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.vendor.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/docfx.js"></script>
<script type="text/javascript" src="https://lucenenet.apache.org/docs/4.8.0-beta00009/styles/main.js"></script>
</body>
</html>