<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40) on Sat May 20 12:21:03 CEST 2017 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Serialized Form (MTAS 6.5.1 API)</title>
<meta name="date" content="2017-05-20">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
    try {
        if (location.href.indexOf('is-external=true') == -1) {
            parent.document.title="Serialized Form (MTAS 6.5.1 API)";
        }
    }
    catch(err) {
    }
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_top");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.top">
<!--   -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="header">
<h1 title="Serialized Form" class="title">Serialized Form</h1>
</div>
<div class="serializedFormContainer">
<ul class="blockList">
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.analysis.util</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.analysis.util.MtasConfigException">
<!--   -->
</a>
<h3>Class <a href="mtas/analysis/util/MtasConfigException.html" title="class in mtas.analysis.util">mtas.analysis.util.MtasConfigException</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.analysis.util.MtasParserException">
<!--   -->
</a>
<h3>Class <a href="mtas/analysis/util/MtasParserException.html" title="class in mtas.analysis.util">mtas.analysis.util.MtasParserException</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.codec.util.collector</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataCollector">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataCollector.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataCollector</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>size</h4>
<pre>int size</pre>
<div class="block">The size.</div>
</li>
<li class="blockList">
<h4>position</h4>
<pre>int position</pre>
<div class="block">The position.</div>
</li>
<li class="blockList">
<h4>collectorType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> collectorType</pre>
<div class="block">The collector type.</div>
</li>
<li class="blockList">
<h4>statsType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statsType</pre>
<div class="block">The stats type.</div>
</li>
<li class="blockList">
<h4>dataType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dataType</pre>
<div class="block">The data type.</div>
</li>
<li class="blockList">
<h4>statsItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>&gt; statsItems</pre>
<div class="block">The stats items.</div>
</li>
<li class="blockList">
<h4>sortType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortType</pre>
<div class="block">The sort type.</div>
</li>
<li class="blockList">
<h4>sortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortDirection</pre>
<div class="block">The sort direction.</div>
</li>
<li class="blockList">
<h4>start</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> start</pre>
<div class="block">The start.</div>
</li>
<li class="blockList">
<h4>number</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> number</pre>
<div class="block">The number.</div>
</li>
<li class="blockList">
<h4>errorNumber</h4>
<pre>int[] errorNumber</pre>
<div class="block">The error number.</div>
</li>
<li class="blockList">
<h4>errorList</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">HashMap</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util">V</a>&gt;[] errorList</pre>
<div class="block">The error list.</div>
</li>
<li class="blockList">
<h4>keyList</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] keyList</pre>
<div class="block">The key list.</div>
</li>
<li class="blockList">
<h4>sourceNumberList</h4>
<pre>int[] sourceNumberList</pre>
<div class="block">The source number list.</div>
</li>
<li class="blockList">
<h4>withTotal</h4>
<pre>boolean withTotal</pre>
<div class="block">The with total.</div>
</li>
<li class="blockList">
<h4>hasSub</h4>
<pre>boolean hasSub</pre>
<div class="block">The has sub.</div>
</li>
<li class="blockList">
<h4>subCollectorTypes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subCollectorTypes</pre>
<div class="block">The sub collector types.</div>
</li>
<li class="blockList">
<h4>subDataTypes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subDataTypes</pre>
<div class="block">The sub data types.</div>
</li>
<li class="blockList">
<h4>subStatsTypes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subStatsTypes</pre>
<div class="block">The sub stats types.</div>
</li>
<li class="blockList">
<h4>subStatsItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>&gt;[] subStatsItems</pre>
<div class="block">The sub stats items.</div>
</li>
<li class="blockList">
<h4>subSortTypes</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subSortTypes</pre>
<div class="block">The sub sort types.</div>
</li>
<li class="blockList">
<h4>subSortDirections</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subSortDirections</pre>
<div class="block">The sub sort directions.</div>
</li>
<li class="blockList">
<h4>subStart</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[] subStart</pre>
<div class="block">The sub start.</div>
</li>
<li class="blockList">
<h4>subNumber</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[] subNumber</pre>
<div class="block">The sub number.</div>
</li>
<li class="blockList">
<h4>subCollectorListNextLevel</h4>
<pre><a href="mtas/codec/util/collector/MtasDataCollector.html" title="class in mtas.codec.util.collector">MtasDataCollector</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a>&gt;,<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a>&gt;&gt;[] subCollectorListNextLevel</pre>
<div class="block">The sub collector list next level.</div>
</li>
<li class="blockListLast">
<h4>subCollectorNextLevel</h4>
<pre><a href="mtas/codec/util/collector/MtasDataCollector.html" title="class in mtas.codec.util.collector">MtasDataCollector</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a>&gt;,<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a>&gt;&gt; subCollectorNextLevel</pre>
<div class="block">The sub collector next level.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataCollectorResult">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataCollectorResult.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataCollectorResult</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>list</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">SortedMap</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util">V</a>&gt; list</pre>
<div class="block">The list.</div>
</li>
<li class="blockList">
<h4>item</h4>
<pre><a href="mtas/codec/util/collector/MtasDataItem.html" title="class in mtas.codec.util.collector">MtasDataItem</a>&lt;<a href="mtas/codec/util/collector/MtasDataItem.html" title="type parameter in MtasDataItem">T1</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataItem.html" title="type parameter in MtasDataItem">T1</a>&gt;,<a href="mtas/codec/util/collector/MtasDataItem.html" title="type parameter in MtasDataItem">T2</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataItem.html" title="type parameter in MtasDataItem">T2</a>&gt;&gt; item</pre>
<div class="block">The item.</div>
</li>
<li class="blockList">
<h4>sortType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortType</pre>
<div class="block">The sort type.</div>
</li>
<li class="blockList">
<h4>sortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortDirection</pre>
<div class="block">The sort direction.</div>
</li>
<li class="blockList">
<h4>collectorType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> collectorType</pre>
<div class="block">The collector type.</div>
</li>
<li class="blockList">
<h4>lastSortValue</h4>
<pre><a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="class in mtas.codec.util.collector">MtasDataItemNumberComparator</a>&lt;<a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="type parameter in MtasDataItemNumberComparator">T</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="type parameter in MtasDataItemNumberComparator">T</a>&gt;&gt; lastSortValue</pre>
<div class="block">The last sort value.</div>
</li>
<li class="blockList">
<h4>startKey</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> startKey</pre>
<div class="block">The start key.</div>
</li>
<li class="blockListLast">
<h4>endKey</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> endKey</pre>
<div class="block">The end key.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataDoubleAdvanced">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataDoubleAdvanced.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataDoubleAdvanced</a> extends <a href="mtas/codec/util/collector/MtasDataAdvanced.html" title="class in mtas.codec.util.collector">MtasDataAdvanced</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataDoubleBasic">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataDoubleBasic.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataDoubleBasic</a> extends <a href="mtas/codec/util/collector/MtasDataBasic.html" title="class in mtas.codec.util.collector">MtasDataBasic</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataDoubleFull">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataDoubleFull.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataDoubleFull</a> extends <a href="mtas/codec/util/collector/MtasDataFull.html" title="class in mtas.codec.util.collector">MtasDataFull</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataItem">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataItem.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataItem</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>sub</h4>
<pre><a href="mtas/codec/util/collector/MtasDataCollector.html" title="class in mtas.codec.util.collector">MtasDataCollector</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a>&gt;,<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a>&gt;&gt; sub</pre>
<div class="block">The sub.</div>
</li>
<li class="blockList">
<h4>statsItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; statsItems</pre>
<div class="block">The stats items.</div>
</li>
<li class="blockList">
<h4>sortType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortType</pre>
<div class="block">The sort type.</div>
</li>
<li class="blockList">
<h4>sortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortDirection</pre>
<div class="block">The sort direction.</div>
</li>
<li class="blockList">
<h4>errorNumber</h4>
<pre>int errorNumber</pre>
<div class="block">The error number.</div>
</li>
<li class="blockList">
<h4>errorList</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; errorList</pre>
<div class="block">The error list.</div>
</li>
<li class="blockList">
<h4>comparableSortValue</h4>
<pre><a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="class in mtas.codec.util.collector">MtasDataItemNumberComparator</a>&lt;<a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="type parameter in MtasDataItemNumberComparator">T</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="type parameter in MtasDataItemNumberComparator">T</a>&gt;&gt; comparableSortValue</pre>
<div class="block">The comparable sort value.</div>
</li>
<li class="blockList">
<h4>recomputeComparableSortValue</h4>
<pre>boolean recomputeComparableSortValue</pre>
<div class="block">The recompute comparable sort value.</div>
</li>
<li class="blockListLast">
<h4>sourceNumber</h4>
<pre>int sourceNumber</pre>
<div class="block">The source number.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataItemDoubleAdvanced">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataItemDoubleAdvanced.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataItemDoubleAdvanced</a> extends <a href="mtas/codec/util/collector/MtasDataItemAdvanced.html" title="class in mtas.codec.util.collector">MtasDataItemAdvanced</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataItemDoubleBasic">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataItemDoubleBasic.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataItemDoubleBasic</a> extends <a href="mtas/codec/util/collector/MtasDataItemBasic.html" title="class in mtas.codec.util.collector">MtasDataItemBasic</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataItemDoubleFull">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataItemDoubleFull.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataItemDoubleFull</a> extends <a href="mtas/codec/util/collector/MtasDataItemFull.html" title="class in mtas.codec.util.collector">MtasDataItemFull</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataItemNumberComparator">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataItemNumberComparator.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataItemNumberComparator</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>value</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> value</pre>
<div class="block">The value.</div>
</li>
<li class="blockListLast">
<h4>sortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortDirection</pre>
<div class="block">The sort direction.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataLongAdvanced">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataLongAdvanced.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataLongAdvanced</a> extends <a href="mtas/codec/util/collector/MtasDataAdvanced.html" title="class in mtas.codec.util.collector">MtasDataAdvanced</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataLongBasic">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataLongBasic.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataLongBasic</a> extends <a href="mtas/codec/util/collector/MtasDataBasic.html" title="class in mtas.codec.util.collector">MtasDataBasic</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
<li class="blockList"><a name="mtas.codec.util.collector.MtasDataLongFull">
<!--   -->
</a>
<h3>Class <a href="mtas/codec/util/collector/MtasDataLongFull.html" title="class in mtas.codec.util.collector">mtas.codec.util.collector.MtasDataLongFull</a> extends <a href="mtas/codec/util/collector/MtasDataFull.html" title="class in mtas.codec.util.collector">MtasDataFull</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang">Long</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang">Double</a>&gt; implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.parser.cql</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.parser.cql.ParseException">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/cql/ParseException.html" title="class in mtas.parser.cql">mtas.parser.cql.ParseException</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>currentToken</h4>
<pre><a href="mtas/parser/cql/Token.html" title="class in mtas.parser.cql">Token</a> currentToken</pre>
<div class="block">This is the last token that has been consumed successfully.  If
 this object has been created due to a parse error, the token
 followng this token will (therefore) be the first error token.</div>
</li>
<li class="blockList">
<h4>expectedTokenSequences</h4>
<pre>int[][] expectedTokenSequences</pre>
<div class="block">Each entry in this array is an array of integers.  Each array
 of integers represents a sequence of tokens (by their ordinal
 values) that is expected at this point of the parse.</div>
</li>
<li class="blockListLast">
<h4>tokenImage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] tokenImage</pre>
<div class="block">This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.  This array is
 defined in the generated ...Constants interface.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.parser.cql.Token">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/cql/Token.html" title="class in mtas.parser.cql">mtas.parser.cql.Token</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>kind</h4>
<pre>int kind</pre>
<div class="block">An integer that describes the kind of this token.  This numbering
 system is determined by JavaCCParser, and a table of these numbers is
 stored in the file ...Constants.java.</div>
</li>
<li class="blockList">
<h4>beginLine</h4>
<pre>int beginLine</pre>
<div class="block">The line number of the first character of this Token.</div>
</li>
<li class="blockList">
<h4>beginColumn</h4>
<pre>int beginColumn</pre>
<div class="block">The column number of the first character of this Token.</div>
</li>
<li class="blockList">
<h4>endLine</h4>
<pre>int endLine</pre>
<div class="block">The line number of the last character of this Token.</div>
</li>
<li class="blockList">
<h4>endColumn</h4>
<pre>int endColumn</pre>
<div class="block">The column number of the last character of this Token.</div>
</li>
<li class="blockList">
<h4>image</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> image</pre>
<div class="block">The string image of the token.</div>
</li>
<li class="blockList">
<h4>next</h4>
<pre><a href="mtas/parser/cql/Token.html" title="class in mtas.parser.cql">Token</a> next</pre>
<div class="block">A reference to the next regular (non-special) token from the input
 stream.  If this is the last token from the input stream, or if the
 token manager has not read tokens beyond this one, this field is
 set to null.  This is true only if this token is also a regular
 token.  Otherwise, see below for a description of the contents of
 this field.</div>
</li>
<li class="blockListLast">
<h4>specialToken</h4>
<pre><a href="mtas/parser/cql/Token.html" title="class in mtas.parser.cql">Token</a> specialToken</pre>
<div class="block">This field is used to access special tokens that occur prior to this
 token, but after the immediately preceding regular (non-special) token.
 If there are no such special tokens, this field is set to null.
 When there are more than one such special token, this field refers
 to the last of these special tokens, which in turn refers to the next
 previous special token through its specialToken field, and so on
 until the first special token (whose specialToken field is null).
 The next fields of special tokens refer to other special tokens that
 immediately follow it (without an intervening regular token).  If there
 is no such token, this field is null.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.parser.cql.TokenMgrError">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/cql/TokenMgrError.html" title="class in mtas.parser.cql">mtas.parser.cql.TokenMgrError</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang">Error</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>errorCode</h4>
<pre>int errorCode</pre>
<div class="block">Indicates the reason why the exception is thrown. It will have
 one of the above 4 values.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.parser.function</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.parser.function.ParseException">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/function/ParseException.html" title="class in mtas.parser.function">mtas.parser.function.ParseException</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>currentToken</h4>
<pre><a href="mtas/parser/function/Token.html" title="class in mtas.parser.function">Token</a> currentToken</pre>
<div class="block">This is the last token that has been consumed successfully.  If
 this object has been created due to a parse error, the token
 followng this token will (therefore) be the first error token.</div>
</li>
<li class="blockList">
<h4>expectedTokenSequences</h4>
<pre>int[][] expectedTokenSequences</pre>
<div class="block">Each entry in this array is an array of integers.  Each array
 of integers represents a sequence of tokens (by their ordinal
 values) that is expected at this point of the parse.</div>
</li>
<li class="blockListLast">
<h4>tokenImage</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] tokenImage</pre>
<div class="block">This is a reference to the "tokenImage" array of the generated
 parser within which the parse error occurred.  This array is
 defined in the generated ...Constants interface.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.parser.function.Token">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/function/Token.html" title="class in mtas.parser.function">mtas.parser.function.Token</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>kind</h4>
<pre>int kind</pre>
<div class="block">An integer that describes the kind of this token.  This numbering
 system is determined by JavaCCParser, and a table of these numbers is
 stored in the file ...Constants.java.</div>
</li>
<li class="blockList">
<h4>beginLine</h4>
<pre>int beginLine</pre>
<div class="block">The line number of the first character of this Token.</div>
</li>
<li class="blockList">
<h4>beginColumn</h4>
<pre>int beginColumn</pre>
<div class="block">The column number of the first character of this Token.</div>
</li>
<li class="blockList">
<h4>endLine</h4>
<pre>int endLine</pre>
<div class="block">The line number of the last character of this Token.</div>
</li>
<li class="blockList">
<h4>endColumn</h4>
<pre>int endColumn</pre>
<div class="block">The column number of the last character of this Token.</div>
</li>
<li class="blockList">
<h4>image</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> image</pre>
<div class="block">The string image of the token.</div>
</li>
<li class="blockList">
<h4>next</h4>
<pre><a href="mtas/parser/function/Token.html" title="class in mtas.parser.function">Token</a> next</pre>
<div class="block">A reference to the next regular (non-special) token from the input
 stream.  If this is the last token from the input stream, or if the
 token manager has not read tokens beyond this one, this field is
 set to null.  This is true only if this token is also a regular
 token.  Otherwise, see below for a description of the contents of
 this field.</div>
</li>
<li class="blockListLast">
<h4>specialToken</h4>
<pre><a href="mtas/parser/function/Token.html" title="class in mtas.parser.function">Token</a> specialToken</pre>
<div class="block">This field is used to access special tokens that occur prior to this
 token, but after the immediately preceding regular (non-special) token.
 If there are no such special tokens, this field is set to null.
 When there are more than one such special token, this field refers
 to the last of these special tokens, which in turn refers to the next
 previous special token through its specialToken field, and so on
 until the first special token (whose specialToken field is null).
 The next fields of special tokens refer to other special tokens that
 immediately follow it (without an intervening regular token).  If there
 is no such token, this field is null.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.parser.function.TokenMgrError">
<!--   -->
</a>
<h3>Class <a href="mtas/parser/function/TokenMgrError.html" title="class in mtas.parser.function">mtas.parser.function.TokenMgrError</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang">Error</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockListLast">
<h4>errorCode</h4>
<pre>int errorCode</pre>
<div class="block">Indicates the reason why the exception is thrown. It will have
 one of the above 4 values.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.solr.handler.component.util</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.solr.handler.component.util.MtasSolrJoinResult">
<!--   -->
</a>
<h3>Class <a href="mtas/solr/handler/component/util/MtasSolrJoinResult.html" title="class in mtas.solr.handler.component.util">mtas.solr.handler.component.util.MtasSolrJoinResult</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>values</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">Set</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util">E</a>&gt; values</pre>
<div class="block">The values.</div>
</li>
<li class="blockListLast">
<h4>key</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> key</pre>
<div class="block">The key.</div>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList"><a name="mtas.solr.handler.component.util.MtasSolrMtasResult">
<!--   -->
</a>
<h3>Class <a href="mtas/solr/handler/component/util/MtasSolrMtasResult.html" title="class in mtas.solr.handler.component.util">mtas.solr.handler.component.util.MtasSolrMtasResult</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>dataType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> dataType</pre>
<div class="block">The data type.</div>
</li>
<li class="blockList">
<h4>statsType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> statsType</pre>
<div class="block">The stats type.</div>
</li>
<li class="blockList">
<h4>statsItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>&gt; statsItems</pre>
<div class="block">The stats items.</div>
</li>
<li class="blockList">
<h4>sortType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortType</pre>
<div class="block">The sort type.</div>
</li>
<li class="blockList">
<h4>sortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> sortDirection</pre>
<div class="block">The sort direction.</div>
</li>
<li class="blockList">
<h4>start</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> start</pre>
<div class="block">The start.</div>
</li>
<li class="blockList">
<h4>number</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> number</pre>
<div class="block">The number.</div>
</li>
<li class="blockList">
<h4>dataCollector</h4>
<pre><a href="mtas/codec/util/collector/MtasDataCollector.html" title="class in mtas.codec.util.collector">MtasDataCollector</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T1</a>&gt;,<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Number.html?is-external=true" title="class or interface in java.lang">Number</a> &amp; <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a>&lt;<a href="mtas/codec/util/collector/MtasDataCollector.html" title="type parameter in MtasDataCollector">T2</a>&gt;&gt; dataCollector</pre>
<div class="block">The data collector.</div>
</li>
<li class="blockList">
<h4>functionData</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">Map</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">K</a>,<a href="http://docs.oracle.com/javase/8/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util">V</a>&gt; functionData</pre>
<div class="block">The function data.</div>
</li>
<li class="blockList">
<h4>subDataType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subDataType</pre>
<div class="block">The sub data type.</div>
</li>
<li class="blockList">
<h4>subStatsType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subStatsType</pre>
<div class="block">The sub stats type.</div>
</li>
<li class="blockList">
<h4>subStatsItems</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">SortedSet</a>&lt;<a href="http://docs.oracle.com/javase/8/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util">E</a>&gt;[] subStatsItems</pre>
<div class="block">The sub stats items.</div>
</li>
<li class="blockList">
<h4>subSortType</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subSortType</pre>
<div class="block">The sub sort type.</div>
</li>
<li class="blockList">
<h4>subSortDirection</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>[] subSortDirection</pre>
<div class="block">The sub sort direction.</div>
</li>
<li class="blockList">
<h4>subStart</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[] subStart</pre>
<div class="block">The sub start.</div>
</li>
<li class="blockListLast">
<h4>subNumber</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>[] subNumber</pre>
<div class="block">The sub number.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li class="blockList">
<h2 title="Package">Package&nbsp;mtas.solr.update.processor</h2>
<ul class="blockList">
<li class="blockList"><a name="mtas.solr.update.processor.MtasUpdateRequestProcessorResultItem">
<!--   -->
</a>
<h3>Class <a href="mtas/solr/update/processor/MtasUpdateRequestProcessorResultItem.html" title="class in mtas.solr.update.processor">mtas.solr.update.processor.MtasUpdateRequestProcessorResultItem</a> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> implements Serializable</h3>
<dl class="nameValue">
<dt>serialVersionUID:</dt>
<dd>1L</dd>
</dl>
<ul class="blockList">
<li class="blockList">
<h3>Serialized Fields</h3>
<ul class="blockList">
<li class="blockList">
<h4>tokenTerm</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> tokenTerm</pre>
<div class="block">The token term.</div>
</li>
<li class="blockList">
<h4>tokenOffsetStart</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> tokenOffsetStart</pre>
<div class="block">The token offset start.</div>
</li>
<li class="blockList">
<h4>tokenOffsetEnd</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> tokenOffsetEnd</pre>
<div class="block">The token offset end.</div>
</li>
<li class="blockList">
<h4>tokenPosIncr</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> tokenPosIncr</pre>
<div class="block">The token pos incr.</div>
</li>
<li class="blockList">
<h4>tokenPayload</h4>
<pre>byte[] tokenPayload</pre>
<div class="block">The token payload.</div>
</li>
<li class="blockListLast">
<h4>tokenFlags</h4>
<pre><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a> tokenFlags</pre>
<div class="block">The token flags.</div>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!--   -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!--   -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li><a href="index-all.html">Index</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?serialized-form.html" target="_top">Frames</a></li>
<li><a href="serialized-form.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
  if(window==top) {
    allClassesLink.style.display = "block";
  }
  else {
    allClassesLink.style.display = "none";
  }
  //-->
</script>
</div>
<a name="skip.navbar.bottom">
<!--   -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2017 <a href="http://www.meertens.knaw.nl/">Meertens Institute</a>. All rights reserved.</small></p>
</body>
</html>