blob: 266cd544100a7ba0f79ebaf4730af3b8c8e295bb [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 DocMaker
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class DocMaker
| 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="benchmark/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.Benchmarks.ByTask.Feeds.DocMaker">
<h1 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker" class="text-break">Class DocMaker
</h1>
<div class="markdown level0 summary"><p>Creates <span class="xref">Lucene.Net.Documents.Document</span> objects. Uses a <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a> to generate
<a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocData.html">DocData</a> objects.</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">DocMaker</span></div>
<div class="level2"><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.SpatialDocMaker.html">SpatialDocMaker</a></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><span class="xref">System.IDisposable</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>
<span class="xref">System.Object.ToString()</span>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.html">Lucene.Net.Benchmarks.ByTask.Feeds</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Benchmark.dll</h6>
<h5 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class DocMaker : IDisposable</code></pre>
</div>
<h5 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_remarks"><strong>Remarks</strong></h5>
<div class="markdown level0 remarks"><p>Supports the following parameters:
<ul><li>content.sourcespecifies the <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a> class to use (default <strong>SingleDocSource</strong>).</li><li>doc.storedspecifies whether fields should be stored (default <strong>false</strong>).</li><li>doc.body.storedspecifies whether the body field should be stored (default = <strong>doc.stored</strong>).</li><li>doc.tokenizedspecifies whether fields should be tokenized (default <strong>true</strong>).</li><li>doc.body.tokenizedspecifies whether the body field should be tokenized (default = <strong>doc.tokenized</strong>).</li><li>doc.tokenized.normsspecifies whether norms should be stored in the index or not. (default <strong>false</strong>).</li><li>doc.body.tokenized.norms
specifies whether norms should be stored in the index for the body field.
This can be set to true, while <code>doc.tokenized.norms</code> is set to false, to allow norms storing just
for the body field. (default <strong>true</strong>).
</li><li>doc.term.vectorspecifies whether term vectors should be stored for fields (default <strong>false</strong>).</li><li>doc.term.vector.positionsspecifies whether term vectors should be stored with positions (default <strong>false</strong>).</li><li>doc.term.vector.offsetsspecifies whether term vectors should be stored with offsets (default <strong>false</strong>).</li><li>doc.store.body.bytesspecifies whether to store the raw bytes of the document&apos;s content in the document (default <strong>false</strong>).</li><li>doc.reuse.fieldsspecifies whether <a class="xref" href="http://localhost:8080/api/core/Lucene.Net.Documents.Field.html">Field</a> and <span class="xref">Lucene.Net.Documents.Document</span> objects should be reused (default <strong>true</strong>).</li><li>doc.index.propsspecifies whether the properties returned by</li><li>doc.random.id.limit
if specified, docs will be assigned random
IDs from 0 to this limit. This is useful with UpdateDoc
for testing performance of <a class="xref" href="http://localhost:8080/api/core/Lucene.Net.Index.IndexWriter.html#Lucene_Net_Index_IndexWriter_UpdateDocument_Lucene_Net_Index_Term_System_Collections_Generic_IEnumerable_Lucene_Net_Index_IIndexableField__">UpdateDocument(Term, IEnumerable&lt;IIndexableField&gt;)</a>.
<a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocData.html#Lucene_Net_Benchmarks_ByTask_Feeds_DocData_Props">Props</a> will be indexed. (default <strong>false</strong>).
</li></ul></p>
</div>
<h3 id="constructors">Constructors
</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_Benchmarks_ByTask_Feeds_DocMaker__ctor.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.%23ctor%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L203">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker__ctor_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.#ctor*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker__ctor" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.#ctor">DocMaker()</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 DocMaker()</code></pre>
</div>
<h3 id="fields">Fields
</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_Benchmarks_ByTask_Feeds_DocMaker_BODY_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.BODY_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L183">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_BODY_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.BODY_FIELD">BODY_FIELD</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 static readonly string BODY_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_BYTES_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.BYTES_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L189">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_BYTES_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.BYTES_FIELD">BYTES_FIELD</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 static readonly string BYTES_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_DATE_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.DATE_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L185">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_DATE_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.DATE_FIELD">DATE_FIELD</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 static readonly string DATE_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_DATE_MSEC_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.DATE_MSEC_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L186">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_DATE_MSEC_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.DATE_MSEC_FIELD">DATE_MSEC_FIELD</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 static readonly string DATE_MSEC_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_ID_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.ID_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L188">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_ID_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.ID_FIELD">ID_FIELD</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 static readonly string ID_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_m_bodyValType.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_bodyValType%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L195">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_bodyValType" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_bodyValType">m_bodyValType</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">protected FieldType m_bodyValType</code></pre>
</div>
<h5 class="fieldValue">Field 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">Lucene.Net.Documents.FieldType</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_Benchmarks_ByTask_Feeds_DocMaker_m_config.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_config%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L192">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_config" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_config">m_config</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">protected Config m_config</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Utils.Config.html">Config</a></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_Benchmarks_ByTask_Feeds_DocMaker_m_indexProperties.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_indexProperties%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L199">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_indexProperties" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_indexProperties">m_indexProperties</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">protected bool m_indexProperties</code></pre>
</div>
<h5 class="fieldValue">Field 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.Boolean</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_Benchmarks_ByTask_Feeds_DocMaker_m_reuseFields.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_reuseFields%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L198">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_reuseFields" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_reuseFields">m_reuseFields</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">protected bool m_reuseFields</code></pre>
</div>
<h5 class="fieldValue">Field 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.Boolean</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_Benchmarks_ByTask_Feeds_DocMaker_m_source.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_source%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L197">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_source" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_source">m_source</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">protected ContentSource m_source</code></pre>
</div>
<h5 class="fieldValue">Field Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a></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_Benchmarks_ByTask_Feeds_DocMaker_m_valType.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_valType%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L194">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_m_valType" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.m_valType">m_valType</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">protected FieldType m_valType</code></pre>
</div>
<h5 class="fieldValue">Field 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">Lucene.Net.Documents.FieldType</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_Benchmarks_ByTask_Feeds_DocMaker_NAME_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.NAME_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L190">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_NAME_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.NAME_FIELD">NAME_FIELD</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 static readonly string NAME_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_TIME_SEC_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.TIME_SEC_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L187">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_TIME_SEC_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.TIME_SEC_FIELD">TIME_SEC_FIELD</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 static readonly string TIME_SEC_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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_Benchmarks_ByTask_Feeds_DocMaker_TITLE_FIELD.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.TITLE_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.Benchmark/ByTask/Feeds/DocMaker.cs/#L184">View Source</a>
</span>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_TITLE_FIELD" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.TITLE_FIELD">TITLE_FIELD</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 static readonly string TITLE_FIELD</code></pre>
</div>
<h5 class="fieldValue">Field 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>
<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_Benchmarks_ByTask_Feeds_DocMaker_Dispose.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L373">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_Dispose_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_Dispose" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose">Dispose()</h4>
<div class="markdown level1 summary"><p>Closes the <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.html">DocMaker</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre>
</div>
<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_Benchmarks_ByTask_Feeds_DocMaker_Dispose_System_Boolean_.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose(System.Boolean)%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L384">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_Dispose_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_Dispose_System_Boolean_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.Dispose(System.Boolean)">Dispose(Boolean)</h4>
<div class="markdown level1 summary"><p>Closes the <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.html">DocMaker</a>. The base implementation closes the
<a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a>, and it can be overridden to do more work (but make
sure to call <code>base.Dispose(bool)</code>).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void Dispose(bool disposing)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Boolean</span></td>
<td><span class="parametername">disposing</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_Benchmarks_ByTask_Feeds_DocMaker_GetDocState.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.GetDocState%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L359">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_GetDocState_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.GetDocState*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_GetDocState" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.GetDocState">GetDocState()</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">protected virtual DocMaker.DocState GetDocState()</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><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.DocState.html">DocMaker.DocState</a></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_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L400">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument">MakeDocument()</h4>
<div class="markdown level1 summary"><p>Creates a <span class="xref">Lucene.Net.Documents.Document</span> object ready for indexing. This method uses the
<a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a> to get the next document from the source, and creates
a <span class="xref">Lucene.Net.Documents.Document</span> object from the returned fields. If
<code>reuseFields</code> was set to <code>true</code>, it will reuse <span class="xref">Lucene.Net.Documents.Document</span>
and <a class="xref" href="http://localhost:8080/api/core/Lucene.Net.Documents.Field.html">Field</a> instances.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual Document MakeDocument()</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">Lucene.Net.Documents.Document</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_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument(System.Int32)%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L412">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument_System_Int32_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.MakeDocument(System.Int32)">MakeDocument(Int32)</h4>
<div class="markdown level1 summary"><p>Same as <a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.html#Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_MakeDocument">MakeDocument()</a>, only this method creates a document of the
given size input by <code data-dev-comment-type="paramref" class="paramref">size</code>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual Document MakeDocument(int size)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Int32</span></td>
<td><span class="parametername">size</span></td>
<td></td>
</tr>
</tbody>
</table>
<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">Lucene.Net.Documents.Document</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_Benchmarks_ByTask_Feeds_DocMaker_ResetInputs.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.ResetInputs%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L449">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_ResetInputs_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.ResetInputs*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_ResetInputs" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.ResetInputs">ResetInputs()</h4>
<div class="markdown level1 summary"><p>Reset inputs so that the test run would behave, input wise, as if it just started.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void ResetInputs()</code></pre>
</div>
<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_Benchmarks_ByTask_Feeds_DocMaker_SetConfig_Lucene_Net_Benchmarks_ByTask_Utils_Config_Lucene_Net_Benchmarks_ByTask_Feeds_ContentSource_.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.SetConfig(Lucene.Net.Benchmarks.ByTask.Utils.Config%2CLucene.Net.Benchmarks.ByTask.Feeds.ContentSource)%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L460">View Source</a>
</span>
<a id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_SetConfig_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.SetConfig*"></a>
<h4 id="Lucene_Net_Benchmarks_ByTask_Feeds_DocMaker_SetConfig_Lucene_Net_Benchmarks_ByTask_Utils_Config_Lucene_Net_Benchmarks_ByTask_Feeds_ContentSource_" data-uid="Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker.SetConfig(Lucene.Net.Benchmarks.ByTask.Utils.Config,Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource)">SetConfig(Config, ContentSource)</h4>
<div class="markdown level1 summary"><p>Set the configuration parameters of this doc maker.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual void SetConfig(Config config, ContentSource source)</code></pre>
</div>
<h5 class="parameters">Parameters</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Name</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Utils.Config.html">Config</a></td>
<td><span class="parametername">config</span></td>
<td></td>
</tr>
<tr>
<td><a class="xref" href="Lucene.Net.Benchmarks.ByTask.Feeds.ContentSource.html">ContentSource</a></td>
<td><span class="parametername">source</span></td>
<td></td>
</tr>
</tbody>
</table>
<h3 id="implements">Implements</h3>
<div>
<span class="xref">System.IDisposable</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_Benchmarks_ByTask_Feeds_DocMaker.md&amp;value=---%0Auid%3A%20Lucene.Net.Benchmarks.ByTask.Feeds.DocMaker%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.Benchmark/ByTask/Feeds/DocMaker.cs/#L61" 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>