This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/lucenenet-site.git

commit 75894a36622a9a6d251d69854a865cae46214bc5
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Oct 29 19:46:50 2024 +0700

    website: Updated for 4.8.0-beta00017 release
---
 contributing/make-release.html        |   3 +
 docs.html                             |   1 +
 download/download.html                |   3 +
 download/toc.html                     |   3 +
 download/toc.json                     |   2 +-
 download/version-4.8.0-beta00017.html | 173 ++++++++++++++++++++++++++++++++++
 index.html                            |   4 +-
 manifest.json                         |  10 ++
 quick-start/tutorial.html             |  10 +-
 xrefmap.yml                           |   3 +
 10 files changed, 204 insertions(+), 8 deletions(-)

diff --git a/contributing/make-release.html b/contributing/make-release.html
index d8fd66bca..07b4354d7 100644
--- a/contributing/make-release.html
+++ b/contributing/make-release.html
@@ -334,6 +334,9 @@ 
https://dev.azure.com/lucene-net/Lucene.NET/_build/results?buildId=&lt;Build ID
 The release was made using the Lucene.NET release process, documented on the 
website:
 https://lucenenet.apache.org/contributing/make-release.html
 
+Please review the Apache Release Policy to understand the requirements for 
evaluating the release:
+https://www.apache.org/legal/release-policy.html
+
 Please vote on releasing these packages as Apache Lucene.NET [version]. The 
vote is open for at least the next 72 hours, i.e. midnight UTC on [YYYY-MM-DD]
 
http://www.timeanddate.com/counters/customcounter.html?year=[YYYY]&amp;month=[MM]&amp;day=[DD]
 
diff --git a/docs.html b/docs.html
index d51b122f5..47296898e 100644
--- a/docs.html
+++ b/docs.html
@@ -63,6 +63,7 @@
 <h2 id="lucenenet-480">Lucene.NET 4.8.0</h2>
 <p>The API docs are slightly different between versions, each one is listed 
below:</p>
 <ul>
+<li><a 
href="https://lucenenet.apache.org/docs/4.8.0-beta00017/";>4.8.0-beta00017</a></li>
 <li><a 
href="https://lucenenet.apache.org/docs/4.8.0-beta00016/";>4.8.0-beta00016</a></li>
 <li><a 
href="https://lucenenet.apache.org/docs/4.8.0-beta00015/";>4.8.0-beta00015</a></li>
 <li><a 
href="https://lucenenet.apache.org/docs/4.8.0-beta00014/";>4.8.0-beta00014</a></li>
diff --git a/download/download.html b/download/download.html
index dcfcea673..aeca6b401 100644
--- a/download/download.html
+++ b/download/download.html
@@ -75,6 +75,9 @@
 <h1 id="download-lucenenet">Download Lucene.Net</h1>
 
 <hr>
+<h2 id="lucene-480-beta00017"><a class="xref" 
href="version-4.8.0-beta00017.html">Lucene 4.8.0-beta00017</a></h2>
+<p><em>Status:</em> <strong><code>Beta</code></strong></p>
+<p><em>Released:</em> <code>2024-10-29</code></p>
 <h2 id="lucene-480-beta00016"><a class="xref" 
href="version-4.8.0-beta00016.html">Lucene 4.8.0-beta00016</a></h2>
 <p><em>Status:</em> <strong><code>Beta</code></strong></p>
 <p><em>Released:</em> <code>2022-02-17</code></p>
diff --git a/download/toc.html b/download/toc.html
index ceae40c54..459c2f884 100644
--- a/download/toc.html
+++ b/download/toc.html
@@ -12,6 +12,9 @@
       <div class="toc" id="toc">
 
           <ul class="nav level1">
+                <li>
+                    <a href="version-4.8.0-beta00017.html" name="" 
title="Version 4.8.0-beta00017">Version 4.8.0-beta00017</a>
+                </li>
                 <li>
                     <a href="version-4.8.0-beta00016.html" name="" 
title="Version 4.8.0-beta00016">Version 4.8.0-beta00016</a>
                 </li>
diff --git a/download/toc.json b/download/toc.json
index ec4822033..197e5418c 100644
--- a/download/toc.json
+++ b/download/toc.json
@@ -1,2 +1,2 @@
 
-{"items":[{"name":"Version 
4.8.0-beta00016","href":"version-4.8.0-beta00016.html","topicHref":"version-4.8.0-beta00016.html"},{"name":"Version
 
4.8.0-beta00015","href":"version-4.8.0-beta00015.html","topicHref":"version-4.8.0-beta00015.html"},{"name":"Version
 
4.8.0-beta00014","href":"version-4.8.0-beta00014.html","topicHref":"version-4.8.0-beta00014.html"},{"name":"Version
 
4.8.0-beta00013","href":"version-4.8.0-beta00013.html","topicHref":"version-4.8.0-beta00013.html"},{"name":"Version
 4 [...]
+{"items":[{"name":"Version 
4.8.0-beta00017","href":"version-4.8.0-beta00017.html","topicHref":"version-4.8.0-beta00017.html"},{"name":"Version
 
4.8.0-beta00016","href":"version-4.8.0-beta00016.html","topicHref":"version-4.8.0-beta00016.html"},{"name":"Version
 
4.8.0-beta00015","href":"version-4.8.0-beta00015.html","topicHref":"version-4.8.0-beta00015.html"},{"name":"Version
 
4.8.0-beta00014","href":"version-4.8.0-beta00014.html","topicHref":"version-4.8.0-beta00014.html"},{"name":"Version
 4 [...]
diff --git a/download/version-4.8.0-beta00017.html 
b/download/version-4.8.0-beta00017.html
new file mode 100644
index 000000000..595c032ab
--- /dev/null
+++ b/download/version-4.8.0-beta00017.html
@@ -0,0 +1,173 @@
+<!DOCTYPE html>
+<!--[if IE]><![endif]-->
+<html>
+
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+    <title>Download Lucene.Net 4.8.0-beta00017 | Apache Lucene.NET 4.8.0 
</title>
+    <meta name="viewport" content="width=device-width">
+    <meta name="title" content="Download Lucene.Net 4.8.0-beta00017 | Apache 
Lucene.NET 4.8.0 ">
+    <meta name="generator" content="docfx ">
+  
+    <link rel="shortcut icon" href="../logo/favicon.ico">
+    <link rel="stylesheet" href="../styles/docfx.vendor.min.css">
+    <link rel="stylesheet" href="../styles/docfx.css">
+    <link rel="stylesheet" href="../styles/main.css">
+    <meta property="docfx:navrel" content="../toc.html">
+    <meta property="docfx:tocrel" content="toc.html">
+  
+  
+  
+
+    <link rel="stylesheet" 
href="//fonts.googleapis.com/css?family=Lato:400,700%7CMerriweather%7CRoboto+Mono">
+    <link rel="stylesheet" href="/styles/site.css">
+
+  </head>
+  <body data-spy="scroll" data-target="#affix" data-offset="120">
+    <span id="forkongithub"><a href="https://github.com/apache/lucenenet"; 
target="_blank">Fork me on GitHub</a></span>
+    <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="../index.html">
+                <img id="logo" class="svg" src="../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" id="breadcrumb">
+            <ul class="breadcrumb">
+              <li></li>
+            </ul>
+          </div>
+        </div>
+      </header>
+      <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="download/4.8.0-beta00017">
+<h1 id="download-lucenenet-480-beta00017">Download Lucene.Net 
4.8.0-beta00017</h1>
+
+<hr>
+<h2 id="lucene-480-beta00017">Lucene 4.8.0-beta00017</h2>
+<p><em>Status:</em> <strong><code>Beta</code></strong></p>
+<p><em>Released:</em> <code>2024-10-29</code></p>
+<ul>
+<li>Binary release: <strong><a 
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip";>Lucene.Net-4.8.0-beta00017.bin.zip</a></strong>
 [<a 
href="https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip.asc";>PGP</a>]
 [<a 
href="https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip.sha512";>SHA512</a>]</li>
+<li>Source release: <strong><a 
href="https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip";>Lucene.Net-4.8.0-beta00017.src.zip</a></strong>
 [<a 
href="https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip.asc";>PGP</a>]
 [<a 
href="https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip.sha512";>SHA512</a>]</li>
+<li><a 
href="https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00017";>Change
 log</a></li>
+</ul>
+<div class="nuget-well" style="text-align:left;">
+    PM> Install-Package Lucene.Net -Version 4.8.0-beta00017
+</div>
+<h3 id="source-code">Source code</h3>
+<ul>
+<li><a href="https://github.com/apache/lucenenet";>Git Repository</a></li>
+</ul>
+<h3 id="supported-frameworks">Supported Frameworks</h3>
+<ul>
+<li>.NET 8.0</li>
+<li>.NET 6.0</li>
+<li><a 
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard";>.NET 
Standard 2.1</a></li>
+<li><a 
href="https://docs.microsoft.com/en-us/dotnet/standard/net-standard";>.NET 
Standard 2.0</a></li>
+<li>.NET Framework 4.6.2</li>
+</ul>
+<h3 id="remaining-work">Remaining work</h3>
+<p>See <strong><a class="xref" 
href="../contributing/current-status.html">Current Status</a></strong> for more 
details on the remaining work</p>
+<p>This version is a direct port of the Java Lucene project at <a 
href="https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0";>this
 release</a></p>
+<h3 id="all-packages">All Packages</h3>
+<ul>
+<li><a href="https://www.nuget.org/packages/Lucene.Net/";>Lucene.Net</a> - Core 
library</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.Common/";>Lucene.Net.Analysis.Common</a>
 - Analyzers for indexing content in different languages and domains</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/";>Lucene.Net.Analysis.Kuromoji</a>
 - Japanese Morphological Analyzer</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/";>Lucene.Net.Analysis.Morfologik</a>
 - Analyzer for dictionary stemming, built-in Polish dictionary</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNLP/";>Lucene.Net.Analysis.OpenNLP</a>
 - OpenNLP Library Integration</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/";>Lucene.Net.Analysis.Phonetic</a>
 - Analyzer for indexing phonetic signatures (for sounds-alike search)</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.SmartCn/";>Lucene.Net.Analysis.SmartCn</a>
 - Analyzer for indexing Chinese</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/";>Lucene.Net.Analysis.Stempel</a>
 - Analyzer for indexing Polish</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Benchmark/";>Lucene.Net.Benchmark</a>
 - System for benchmarking Lucene</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Classification/";>Lucene.Net.Classification</a>
 - Classification module for Lucene</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Codecs/";>Lucene.Net.Codecs</a> 
- Lucene codecs and postings formats</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Expressions/";>Lucene.Net.Expressions</a>
 - Dynamically computed values to sort/facet/search on based on a pluggable 
grammar</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Facet/";>Lucene.Net.Facet</a> - 
Faceted indexing and search capabilities</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Grouping/";>Lucene.Net.Grouping</a>
 - Collectors for grouping search results</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Highlighter/";>Lucene.Net.Highlighter</a>
 - Highlights search keywords in results</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.ICU/";>Lucene.Net.ICU</a> - 
Specialized ICU (International Components for Unicode) Analyzers and 
Highlighters</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Join/";>Lucene.Net.Join</a> - 
Index-time and Query-time joins for normalized content</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Memory/";>Lucene.Net.Memory</a> 
- Single-document in-memory index implementation</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Misc/";>Lucene.Net.Misc</a> - 
Index tools and other miscellaneous code</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Queries/";>Lucene.Net.Queries</a>
 - Filters and Queries that add to core Lucene</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.QueryParser/";>Lucene.Net.QueryParser</a>
 - Text to Query parsers and parsing framework</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Replicator/";>Lucene.Net.Replicator</a>
 Files replication utility</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Sandbox/";>Lucene.Net.Sandbox</a>
 - Various third party contributions and new ideas</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Spatial/";>Lucene.Net.Spatial</a>
 - Geospatial search</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.Suggest/";>Lucene.Net.Suggest</a>
 - Auto-suggest and Spellchecking support</li>
+<li><a 
href="https://www.nuget.org/packages/Lucene.Net.TestFramework/";>Lucene.Net.TestFramework</a>
 - Framework for testing Lucene-based applications</li>
+</ul>
+
+</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/blob/master/websites/site/download/version-4.8.0-beta00017.md/#L1";
 class="contribution-link">Edit this page</a>
+                  </li>
+                </ul>
+              </div>
+              <nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm 
affix" id="affix">
+                <h5>In this article</h5>
+                <div></div>
+              </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 &copy; 2024 The Apache Software Foundation, Licensed under the 
<a href='http://www.apache.org/licenses/LICENSE-2.0' target='_blank'>Apache 
License, Version 2.0</a><br> <small>Apache Lucene.Net, Lucene.Net, Apache, the 
Apache feather logo, and the Apache Lucene.Net project logo are trademarks of 
The Apache Software Foundation. <br>All other marks mentioned may be trademarks 
or registered trademarks of their respective owners.</small>
+      
+          </div>
+        </div>
+      </footer>
+    </div>
+
+    <script type="text/javascript" 
src="../styles/docfx.vendor.min.js"></script>
+    <script type="text/javascript" src="../styles/docfx.js"></script>
+    <script type="text/javascript" src="../styles/main.js"></script>
+  </body>
+</html>
diff --git a/index.html b/index.html
index afa903bee..57482fc06 100644
--- a/index.html
+++ b/index.html
@@ -182,9 +182,9 @@ foreach (var hit in hits)
 <ul>
 <li>The beta version is extremely stable</li>
 <li>Has more than 7800+ passing unit tests</li>
-<li>Integrates well with .NET 6.0, .NET 5.0 and .NET Core 2+</li>
+<li>Tested daily on all <a 
href="https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core";>officially
 supported versions of .NET</a></li>
 <li>Supports .NET Standard 2.1 and .NET Standard 2.0</li>
-<li>Supports .NET Framework 4.5+</li>
+<li>Supports .NET Framework 4.6.2+</li>
 <li>Some developers already use it in production environments</li>
 </ul>
 <h3 id="our-goals">Our Goals</h3>
diff --git a/manifest.json b/manifest.json
index 763f83b91..1bcd58033 100644
--- a/manifest.json
+++ b/manifest.json
@@ -318,6 +318,16 @@
       },
       "version": ""
     },
+    {
+      "type": "Conceptual",
+      "source_relative_path": "download/version-4.8.0-beta00017.md",
+      "output": {
+        ".html": {
+          "relative_path": "download/version-4.8.0-beta00017.html"
+        }
+      },
+      "version": ""
+    },
     {
       "type": "index",
       "source_relative_path": "index.md",
diff --git a/quick-start/tutorial.html b/quick-start/tutorial.html
index 79240de1d..45ee66da7 100644
--- a/quick-start/tutorial.html
+++ b/quick-start/tutorial.html
@@ -135,8 +135,8 @@
   &lt;/PropertyGroup&gt;
 
   &lt;ItemGroup&gt;
-    &lt;PackageReference Include=&quot;Lucene.Net&quot; 
Version=&quot;4.8.0-beta00016&quot; /&gt;
-    &lt;PackageReference Include=&quot;Lucene.Net.Analysis.Common&quot; 
Version=&quot;4.8.0-beta00016&quot; /&gt;
+    &lt;PackageReference Include=&quot;Lucene.Net&quot; 
Version=&quot;4.8.0-beta00017&quot; /&gt;
+    &lt;PackageReference Include=&quot;Lucene.Net.Analysis.Common&quot; 
Version=&quot;4.8.0-beta00017&quot; /&gt;
   &lt;/ItemGroup&gt;
 
 &lt;/Project&gt;
@@ -334,9 +334,9 @@ Title of first result: Powerful open source search library 
for .NET</p>
   &lt;/PropertyGroup&gt;
 
   &lt;ItemGroup&gt;
-    &lt;PackageReference Include=&quot;Lucene.Net&quot; 
Version=&quot;4.8.0-beta00016&quot; /&gt;
-    &lt;PackageReference Include=&quot;Lucene.Net.Analysis.Common&quot; 
Version=&quot;4.8.0-beta00016&quot; /&gt;
-    &lt;PackageReference Include=&quot;Lucene.Net.QueryParser&quot; 
Version=&quot;4.8.0-beta00016&quot; /&gt;
+    &lt;PackageReference Include=&quot;Lucene.Net&quot; 
Version=&quot;4.8.0-beta00017&quot; /&gt;
+    &lt;PackageReference Include=&quot;Lucene.Net.Analysis.Common&quot; 
Version=&quot;4.8.0-beta00017&quot; /&gt;
+    &lt;PackageReference Include=&quot;Lucene.Net.QueryParser&quot; 
Version=&quot;4.8.0-beta00017&quot; /&gt;
   &lt;/ItemGroup&gt;
 
 &lt;/Project&gt;
diff --git a/xrefmap.yml b/xrefmap.yml
index 1b18439b1..c2b2059ce 100644
--- a/xrefmap.yml
+++ b/xrefmap.yml
@@ -70,6 +70,9 @@ references:
 - uid: download/4.8.0-beta00016
   name: Download Lucene.Net 4.8.0-beta00016
   href: download/version-4.8.0-beta00016.html
+- uid: download/4.8.0-beta00017
+  name: Download Lucene.Net 4.8.0-beta00017
+  href: download/version-4.8.0-beta00017.html
 - uid: quick-start
   name: Quick Start
   href: quick-start/index.html

Reply via email to