blob: f89899fa3a4bb17e6e26799206ad28dc65788cc3 [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 QueryScorer
| Apache Lucene.NET 4.8.0-beta00010 Documentation </title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Class QueryScorer
| 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="highlighter/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.Search.Highlight.QueryScorer">
<h1 id="Lucene_Net_Search_Highlight_QueryScorer" data-uid="Lucene.Net.Search.Highlight.QueryScorer" class="text-break">Class QueryScorer
</h1>
<div class="markdown level0 summary"><p><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html">IScorer</a> implementation which scores text fragments by the number of
unique query terms found. This class converts appropriate <span class="xref">Lucene.Net.Search.Query</span>s to
<span class="xref">Lucene.Net.Search.Spans.SpanQuery</span>s and attempts to score only those terms that participated in
generating the &apos;hit&apos; on the document.</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">QueryScorer</span></div>
</div>
<div classs="implements">
<h5>Implements</h5>
<div><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html">IScorer</a></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.Search.Highlight.html">Lucene.Net.Search.Highlight</a></h6>
<h6><strong>Assembly</strong>: Lucene.Net.Highlighter.dll</h6>
<h5 id="Lucene_Net_Search_Highlight_QueryScorer_syntax">Syntax</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public class QueryScorer : IScorer</code></pre>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Highlight_WeightedSpanTerm___.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Highlight.WeightedSpanTerm%5B%5D)%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.Highlighter/Highlight/QueryScorer.cs/#L111">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Highlight_WeightedSpanTerm___" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Highlight.WeightedSpanTerm[])">QueryScorer(WeightedSpanTerm[])</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(WeightedSpanTerm[] weightedTerms)</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.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a>[]</td>
<td><span class="parametername">weightedTerms</span></td>
<td><p>an array of pre-created <a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a>s</p>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Query)%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.Highlighter/Highlight/QueryScorer.cs/#L56">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Query)">QueryScorer(Query)</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(Query query)</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">Lucene.Net.Search.Query</span></td>
<td><span class="parametername">query</span></td>
<td><p><span class="xref">Lucene.Net.Search.Query</span> to use for highlighting</p>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_Lucene_Net_Index_IndexReader_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Query%2CLucene.Net.Index.IndexReader%2CSystem.String)%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.Highlighter/Highlight/QueryScorer.cs/#L77">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_Lucene_Net_Index_IndexReader_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Query,Lucene.Net.Index.IndexReader,System.String)">QueryScorer(Query, IndexReader, String)</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(Query query, IndexReader reader, string field)</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">Lucene.Net.Search.Query</span></td>
<td><span class="parametername">query</span></td>
<td><p><span class="xref">Lucene.Net.Search.Query</span> to use for highlighting</p>
</td>
</tr>
<tr>
<td><span class="xref">Lucene.Net.Index.IndexReader</span></td>
<td><span class="parametername">reader</span></td>
<td><p><span class="xref">Lucene.Net.Index.IndexReader</span> to use for quasi tf/idf scoring</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">field</span></td>
<td><p>Field to highlight - pass null to ignore fields</p>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_Lucene_Net_Index_IndexReader_System_String_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Query%2CLucene.Net.Index.IndexReader%2CSystem.String%2CSystem.String)%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.Highlighter/Highlight/QueryScorer.cs/#L89">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_Lucene_Net_Index_IndexReader_System_String_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Query,Lucene.Net.Index.IndexReader,System.String,System.String)">QueryScorer(Query, IndexReader, String, String)</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(Query query, IndexReader reader, string field, string defaultField)</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">Lucene.Net.Search.Query</span></td>
<td><span class="parametername">query</span></td>
<td><p><span class="xref">Lucene.Net.Search.Query</span> to use for highlighting</p>
</td>
</tr>
<tr>
<td><span class="xref">Lucene.Net.Index.IndexReader</span></td>
<td><span class="parametername">reader</span></td>
<td><p><span class="xref">Lucene.Net.Index.IndexReader</span> to use for quasi tf/idf scoring</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">field</span></td>
<td><p>Field to highlight - pass null to ignore fields</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">defaultField</span></td>
<td><p>The default field for queries with the field name unspecified</p>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Query%2CSystem.String)%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.Highlighter/Highlight/QueryScorer.cs/#L66">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Query,System.String)">QueryScorer(Query, String)</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(Query query, string field)</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">Lucene.Net.Search.Query</span></td>
<td><span class="parametername">query</span></td>
<td><p><span class="xref">Lucene.Net.Search.Query</span> to use for highlighting</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">field</span></td>
<td><p>Field to highlight - pass null to ignore fields</p>
</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_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_System_String_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.%23ctor(Lucene.Net.Search.Query%2CSystem.String%2CSystem.String)%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.Highlighter/Highlight/QueryScorer.cs/#L101">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer__ctor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer__ctor_Lucene_Net_Search_Query_System_String_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.#ctor(Lucene.Net.Search.Query,System.String,System.String)">QueryScorer(Query, String, String)</h4>
<div class="markdown level1 summary"><p>Constructs a new <a class="xref" href="Lucene.Net.Search.Highlight.QueryScorer.html">QueryScorer</a> instance</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public QueryScorer(Query query, string field, string defaultField)</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">Lucene.Net.Search.Query</span></td>
<td><span class="parametername">query</span></td>
<td><p><span class="xref">Lucene.Net.Search.Query</span> to use for highlighting</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">field</span></td>
<td><p>Field to highlight - pass null to ignore fields</p>
</td>
</tr>
<tr>
<td><span class="xref">System.String</span></td>
<td><span class="parametername">defaultField</span></td>
<td><p>The default field for queries with the field name unspecified</p>
</td>
</tr>
</tbody>
</table>
<h3 id="properties">Properties
</h3>
<span class="small pull-right mobile-hide">
<span class="divider">|</span>
<a href="https://github.com/apache/lucenenet/new/docs/4.8.0-beta00010/websites/apidocs/apiSpec/new?filename=Lucene_Net_Search_Highlight_QueryScorer_ExpandMultiTermQuery.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.ExpandMultiTermQuery%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.Highlighter/Highlight/QueryScorer.cs/#L246">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_ExpandMultiTermQuery_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.ExpandMultiTermQuery*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_ExpandMultiTermQuery" data-uid="Lucene.Net.Search.Highlight.QueryScorer.ExpandMultiTermQuery">ExpandMultiTermQuery</h4>
<div class="markdown level1 summary"><p>Controls whether or not multi-term queries are expanded
against a <span class="xref">Lucene.Net.Index.Memory.MemoryIndex</span> <span class="xref">Lucene.Net.Index.IndexReader</span>.
<code>true</code> if multi-term queries should be expanded</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual bool ExpandMultiTermQuery { get; set; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.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_Search_Highlight_QueryScorer_FragmentScore.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.FragmentScore%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.Highlighter/Highlight/QueryScorer.cs/#L131">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_FragmentScore_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.FragmentScore*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_FragmentScore" data-uid="Lucene.Net.Search.Highlight.QueryScorer.FragmentScore">FragmentScore</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 virtual float FragmentScore { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Search_Highlight_QueryScorer_FragmentScore_seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html#Lucene_Net_Search_Highlight_IScorer_FragmentScore">FragmentScore</a></div>
</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_Search_Highlight_QueryScorer_MaxTermWeight.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.MaxTermWeight%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.Highlighter/Highlight/QueryScorer.cs/#L136">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_MaxTermWeight_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.MaxTermWeight*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_MaxTermWeight" data-uid="Lucene.Net.Search.Highlight.QueryScorer.MaxTermWeight">MaxTermWeight</h4>
<div class="markdown level1 summary"><p>The highest weighted term (useful for passing to <a class="xref" href="Lucene.Net.Search.Highlight.GradientFormatter.html">GradientFormatter</a> to set top end of coloring scale).</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual float MaxTermWeight { get; }</code></pre>
</div>
<h5 class="propertyValue">Property Value</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</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_Search_Highlight_QueryScorer_GetTokenScore.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.GetTokenScore%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.Highlighter/Highlight/QueryScorer.cs/#L139">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_GetTokenScore_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.GetTokenScore*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_GetTokenScore" data-uid="Lucene.Net.Search.Highlight.QueryScorer.GetTokenScore">GetTokenScore()</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 virtual float GetTokenScore()</code></pre>
</div>
<h5 class="returns">Returns</h5>
<table class="table table-bordered table-striped table-condensed">
<thead>
<tr>
<th>Type</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td><span class="xref">System.Single</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Search_Highlight_QueryScorer_GetTokenScore_seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html#Lucene_Net_Search_Highlight_IScorer_GetTokenScore">GetTokenScore</a>()</div>
</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_Search_Highlight_QueryScorer_GetWeightedSpanTerm_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.GetWeightedSpanTerm(System.String)%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.Highlighter/Highlight/QueryScorer.cs/#L188">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_GetWeightedSpanTerm_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.GetWeightedSpanTerm*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_GetWeightedSpanTerm_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.GetWeightedSpanTerm(System.String)">GetWeightedSpanTerm(String)</h4>
<div class="markdown level1 summary"><p>Retrieve the <a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a> for the specified token. Useful for passing
Span information to a <a class="xref" href="Lucene.Net.Search.Highlight.IFragmenter.html">IFragmenter</a>.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public virtual WeightedSpanTerm GetWeightedSpanTerm(string token)</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.String</span></td>
<td><span class="parametername">token</span></td>
<td><p>token to get <a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a> for</p>
</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><a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a></td>
<td><p><a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTerm.html">WeightedSpanTerm</a> for token</p>
</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_Search_Highlight_QueryScorer_Init_Lucene_Net_Analysis_TokenStream_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.Init(Lucene.Net.Analysis.TokenStream)%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.Highlighter/Highlight/QueryScorer.cs/#L169">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_Init_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.Init*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_Init_Lucene_Net_Analysis_TokenStream_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.Init(Lucene.Net.Analysis.TokenStream)">Init(TokenStream)</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 virtual TokenStream Init(TokenStream tokenStream)</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">Lucene.Net.Analysis.TokenStream</span></td>
<td><span class="parametername">tokenStream</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.Analysis.TokenStream</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Search_Highlight_QueryScorer_Init_Lucene_Net_Analysis_TokenStream__seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html#Lucene_Net_Search_Highlight_IScorer_Init_Lucene_Net_Analysis_TokenStream_">Init</a>(<span class="xref">Lucene.Net.Analysis.TokenStream</span>)</div>
</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_Search_Highlight_QueryScorer_NewTermExtractor_System_String_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.NewTermExtractor(System.String)%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.Highlighter/Highlight/QueryScorer.cs/#L228">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_NewTermExtractor_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.NewTermExtractor*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_NewTermExtractor_System_String_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.NewTermExtractor(System.String)">NewTermExtractor(String)</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 WeightedSpanTermExtractor NewTermExtractor(string defaultField)</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.String</span></td>
<td><span class="parametername">defaultField</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><a class="xref" href="Lucene.Net.Search.Highlight.WeightedSpanTermExtractor.html">WeightedSpanTermExtractor</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_Search_Highlight_QueryScorer_SetMaxDocCharsToAnalyze_System_Int32_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.SetMaxDocCharsToAnalyze(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.Highlighter/Highlight/QueryScorer.cs/#L264">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_SetMaxDocCharsToAnalyze_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.SetMaxDocCharsToAnalyze*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_SetMaxDocCharsToAnalyze_System_Int32_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.SetMaxDocCharsToAnalyze(System.Int32)">SetMaxDocCharsToAnalyze(Int32)</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 virtual void SetMaxDocCharsToAnalyze(int maxDocCharsToAnalyze)</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">maxDocCharsToAnalyze</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_Search_Highlight_QueryScorer_SetWrapIfNotCachingTokenFilter_System_Boolean_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.SetWrapIfNotCachingTokenFilter(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.Highlighter/Highlight/QueryScorer.cs/#L259">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_SetWrapIfNotCachingTokenFilter_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.SetWrapIfNotCachingTokenFilter*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_SetWrapIfNotCachingTokenFilter_System_Boolean_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.SetWrapIfNotCachingTokenFilter(System.Boolean)">SetWrapIfNotCachingTokenFilter(Boolean)</h4>
<div class="markdown level1 summary"><p>By default, <span class="xref">Lucene.Net.Analysis.TokenStream</span>s that are not of the type
<a class="xref" href="http://localhost:8080/api/core/Lucene.Net.Analysis.CachingTokenFilter.html">CachingTokenFilter</a> are wrapped in a <a class="xref" href="http://localhost:8080/api/core/Lucene.Net.Analysis.CachingTokenFilter.html">CachingTokenFilter</a> to
ensure an efficient reset - if you are already using a different caching
<span class="xref">Lucene.Net.Analysis.TokenStream</span> impl and you don&apos;t want it to be wrapped, set this to
false.</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 SetWrapIfNotCachingTokenFilter(bool wrap)</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">wrap</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_Search_Highlight_QueryScorer_StartFragment_Lucene_Net_Search_Highlight_TextFragment_.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer.StartFragment(Lucene.Net.Search.Highlight.TextFragment)%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.Highlighter/Highlight/QueryScorer.cs/#L235">View Source</a>
</span>
<a id="Lucene_Net_Search_Highlight_QueryScorer_StartFragment_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.StartFragment*"></a>
<h4 id="Lucene_Net_Search_Highlight_QueryScorer_StartFragment_Lucene_Net_Search_Highlight_TextFragment_" data-uid="Lucene.Net.Search.Highlight.QueryScorer.StartFragment(Lucene.Net.Search.Highlight.TextFragment)">StartFragment(TextFragment)</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 virtual void StartFragment(TextFragment newFragment)</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.Search.Highlight.TextFragment.html">TextFragment</a></td>
<td><span class="parametername">newFragment</span></td>
<td></td>
</tr>
</tbody>
</table>
<h5 id="Lucene_Net_Search_Highlight_QueryScorer_StartFragment_Lucene_Net_Search_Highlight_TextFragment__seealso">See Also</h5>
<div class="seealso">
<div><a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html#Lucene_Net_Search_Highlight_IScorer_StartFragment_Lucene_Net_Search_Highlight_TextFragment_">StartFragment</a>(<a class="xref" href="Lucene.Net.Search.Highlight.TextFragment.html">TextFragment</a>)</div>
</div>
<h3 id="implements">Implements</h3>
<div>
<a class="xref" href="Lucene.Net.Search.Highlight.IScorer.html">IScorer</a>
</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_Search_Highlight_QueryScorer.md&amp;value=---%0Auid%3A%20Lucene.Net.Search.Highlight.QueryScorer%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.Highlighter/Highlight/QueryScorer.cs/#L34" 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>