This is an automated email from the ASF dual-hosted git repository.
nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git
The following commit(s) were added to refs/heads/master by this push:
new 7c368026c Updated website for 4.8.0 beta00017 post-release (#995)
7c368026c is described below
commit 7c368026c40ddd30c674739296bb63085b112fa6
Author: Shad Storhaug <[email protected]>
AuthorDate: Tue Oct 29 19:33:57 2024 +0700
Updated website for 4.8.0 beta00017 post-release (#995)
* more references to new beta
* more website changes for new beta
* Lucene_Net_Codecs.md: Bumped code example from .NET 5 to .NET 8
* Update supported .NET versions
* Update download.md
Corrected 4.8.0-beta00017 release date
* Update version-4.8.0-beta00017.md
Corrected 4.8.0-beta00017 release date
---------
Co-authored-by: unknown <[email protected]>
Co-authored-by: Paul Irwin <[email protected]>
---
websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md | 8 +--
websites/site/docs.md | 1 +
websites/site/download/download.md | 6 ++
websites/site/download/toc.yml | 2 +
websites/site/download/version-4.8.0-beta00017.md | 69 ++++++++++++++++++++++
websites/site/index.md | 6 +-
websites/site/quick-start/tutorial.md | 10 ++--
7 files changed, 90 insertions(+), 12 deletions(-)
diff --git a/websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md
b/websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md
index af71940e1..c709092a6 100644
--- a/websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md
+++ b/websites/apidocs/apiSpec/core/Lucene_Net_Codecs.md
@@ -180,20 +180,20 @@ The <xref:Lucene.Net.TestFramework> library contains
specialized classes to mini
> [!NOTE]
> .NET Standard is not an executable target. Tests will not run unless you
> target a framework such as `net6.0` or `net48`.
-Here is an example project file for .NET 5 for testing a project named
`MyCodecs.csproj`.
+Here is an example project file for .NET 8 for testing a project named
`MyCodecs.csproj`.
```xml
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
- <TargetFramework>net5.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="nunit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
- <PackageReference Include="Lucene.Net.TestFramework"
Version="4.8.0-beta00016" />
+ <PackageReference Include="Lucene.Net.TestFramework"
Version="4.8.0-beta00017" />
<PackageReference Include="System.Net.Primitives" Version="4.3.0"/>
</ItemGroup>
@@ -394,4 +394,4 @@ These are the types registered by the
<xref:Lucene.Net.Codecs.DefaultDocValuesFo
| `Disk` | <xref:Lucene.Net.Codecs.DiskDV.DiskDocValuesFormat> |
Lucene.Net.Codecs.dll |
> [!NOTE]
-> The doc values formats in Lucene.Net.Codecs.dll are only loaded if
referenced in the calling project.
\ No newline at end of file
+> The doc values formats in Lucene.Net.Codecs.dll are only loaded if
referenced in the calling project.
diff --git a/websites/site/docs.md b/websites/site/docs.md
index 95ad6a5bd..1aa10fb1c 100644
--- a/websites/site/docs.md
+++ b/websites/site/docs.md
@@ -11,6 +11,7 @@ _disableBreadcrumb: true
The API docs are slightly different between versions, each one is listed below:
+- [4.8.0-beta00017](https://lucenenet.apache.org/docs/4.8.0-beta00017/)
- [4.8.0-beta00016](https://lucenenet.apache.org/docs/4.8.0-beta00016/)
- [4.8.0-beta00015](https://lucenenet.apache.org/docs/4.8.0-beta00015/)
- [4.8.0-beta00014](https://lucenenet.apache.org/docs/4.8.0-beta00014/)
diff --git a/websites/site/download/download.md
b/websites/site/download/download.md
index 7adca78d0..7cbebb1f0 100644
--- a/websites/site/download/download.md
+++ b/websites/site/download/download.md
@@ -6,6 +6,12 @@ uid: download
---
+## [Lucene 4.8.0-beta00017](xref:download/4.8.0-beta00017)
+
+_Status:_ **`Beta`**
+
+_Released:_ `2024-10-29`
+
## [Lucene 4.8.0-beta00016](xref:download/4.8.0-beta00016)
_Status:_ **`Beta`**
diff --git a/websites/site/download/toc.yml b/websites/site/download/toc.yml
index f9c48546e..44f021021 100644
--- a/websites/site/download/toc.yml
+++ b/websites/site/download/toc.yml
@@ -1,3 +1,5 @@
+- name: Version 4.8.0-beta00017
+ href: version-4.8.0-beta00017.md
- name: Version 4.8.0-beta00016
href: version-4.8.0-beta00016.md
- name: Version 4.8.0-beta00015
diff --git a/websites/site/download/version-4.8.0-beta00017.md
b/websites/site/download/version-4.8.0-beta00017.md
new file mode 100644
index 000000000..604366b15
--- /dev/null
+++ b/websites/site/download/version-4.8.0-beta00017.md
@@ -0,0 +1,69 @@
+---
+uid: download/4.8.0-beta00017
+version: 4.8.0-beta00017
+---
+
+# Download Lucene.Net 4.8.0-beta00017
+
+---
+
+## Lucene 4.8.0-beta00017
+
+_Status:_ **`Beta`**
+
+_Released:_ `2024-10-29`
+
+- Binary release:
**[Lucene.Net-4.8.0-beta00017.bin.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip)**
[[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip.asc)]
[[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.bin.zip.sha512)]
+- Source release:
**[Lucene.Net-4.8.0-beta00017.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip)**
[[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip.asc)]
[[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00017/Apache-Lucene.Net-4.8.0-beta00017.src.zip.sha512)]
+- [Change
log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00017)
+
+<div class="nuget-well" style="text-align:left;">
+ PM> Install-Package Lucene.Net -Version 4.8.0-beta00017
+</div>
+
+### Source code
+
+- [Git Repository](https://github.com/apache/lucenenet)
+
+### Supported Frameworks
+
+- .NET 8.0
+- .NET 6.0
+- [.NET Standard
2.1](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
+- [.NET Standard
2.0](https://docs.microsoft.com/en-us/dotnet/standard/net-standard)
+- .NET Framework 4.6.2
+
+### Remaining work
+
+See **[Current Status](xref:contributing/current-status)** for more details on
the remaining work
+
+This version is a direct port of the Java Lucene project at [this
release](https://github.com/apache/lucene-solr/releases/tag/releases%2Flucene-solr%2F4.8.0)
+
+### All Packages
+
+- [Lucene.Net](https://www.nuget.org/packages/Lucene.Net/) - Core library
+-
[Lucene.Net.Analysis.Common](https://www.nuget.org/packages/Lucene.Net.Analysis.Common/)
- Analyzers for indexing content in different languages and domains
+-
[Lucene.Net.Analysis.Kuromoji](https://www.nuget.org/packages/Lucene.Net.Analysis.Kuromoji/)
- Japanese Morphological Analyzer
+-
[Lucene.Net.Analysis.Morfologik](https://www.nuget.org/packages/Lucene.Net.Analysis.Morfologik/)
- Analyzer for dictionary stemming, built-in Polish dictionary
+-
[Lucene.Net.Analysis.OpenNLP](https://www.nuget.org/packages/Lucene.Net.Analysis.OpenNLP/)
- OpenNLP Library Integration
+-
[Lucene.Net.Analysis.Phonetic](https://www.nuget.org/packages/Lucene.Net.Analysis.Phonetic/)
- Analyzer for indexing phonetic signatures (for sounds-alike search)
+-
[Lucene.Net.Analysis.SmartCn](https://www.nuget.org/packages/Lucene.Net.Analysis.SmartCn/)
- Analyzer for indexing Chinese
+-
[Lucene.Net.Analysis.Stempel](https://www.nuget.org/packages/Lucene.Net.Analysis.Stempel/)
- Analyzer for indexing Polish
+- [Lucene.Net.Benchmark](https://www.nuget.org/packages/Lucene.Net.Benchmark/)
- System for benchmarking Lucene
+-
[Lucene.Net.Classification](https://www.nuget.org/packages/Lucene.Net.Classification/)
- Classification module for Lucene
+- [Lucene.Net.Codecs](https://www.nuget.org/packages/Lucene.Net.Codecs/) -
Lucene codecs and postings formats
+-
[Lucene.Net.Expressions](https://www.nuget.org/packages/Lucene.Net.Expressions/)
- Dynamically computed values to sort/facet/search on based on a pluggable
grammar
+- [Lucene.Net.Facet](https://www.nuget.org/packages/Lucene.Net.Facet/) -
Faceted indexing and search capabilities
+- [Lucene.Net.Grouping](https://www.nuget.org/packages/Lucene.Net.Grouping/) -
Collectors for grouping search results
+-
[Lucene.Net.Highlighter](https://www.nuget.org/packages/Lucene.Net.Highlighter/)
- Highlights search keywords in results
+- [Lucene.Net.ICU](https://www.nuget.org/packages/Lucene.Net.ICU/) -
Specialized ICU (International Components for Unicode) Analyzers and
Highlighters
+- [Lucene.Net.Join](https://www.nuget.org/packages/Lucene.Net.Join/) -
Index-time and Query-time joins for normalized content
+- [Lucene.Net.Memory](https://www.nuget.org/packages/Lucene.Net.Memory/) -
Single-document in-memory index implementation
+- [Lucene.Net.Misc](https://www.nuget.org/packages/Lucene.Net.Misc/) - Index
tools and other miscellaneous code
+- [Lucene.Net.Queries](https://www.nuget.org/packages/Lucene.Net.Queries/) -
Filters and Queries that add to core Lucene
+-
[Lucene.Net.QueryParser](https://www.nuget.org/packages/Lucene.Net.QueryParser/)
- Text to Query parsers and parsing framework
+-
[Lucene.Net.Replicator](https://www.nuget.org/packages/Lucene.Net.Replicator/)
Files replication utility
+- [Lucene.Net.Sandbox](https://www.nuget.org/packages/Lucene.Net.Sandbox/) -
Various third party contributions and new ideas
+- [Lucene.Net.Spatial](https://www.nuget.org/packages/Lucene.Net.Spatial/) -
Geospatial search
+- [Lucene.Net.Suggest](https://www.nuget.org/packages/Lucene.Net.Suggest/) -
Auto-suggest and Spellchecking support
+-
[Lucene.Net.TestFramework](https://www.nuget.org/packages/Lucene.Net.TestFramework/)
- Framework for testing Lucene-based applications
diff --git a/websites/site/index.md b/websites/site/index.md
index b5adb37a6..2c981b4da 100644
--- a/websites/site/index.md
+++ b/websites/site/index.md
@@ -15,9 +15,9 @@ Lucene.Net is a port of the Lucene search library, written in
C# and targeted at
* The beta version is extremely stable
* Has more than 7800+ passing unit tests
-* Integrates well with .NET 6.0, .NET 5.0 and .NET Core 2+
-* Supports .NET Standard 2.1 and .NET Standard 2.0
-* Supports .NET Framework 4.5+
+* Tested daily on all [officially supported versions of
.NET](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core)
+* Supports .NET Standard 2.1 and .NET Standard 2.0
+* Supports .NET Framework 4.6.2+
* Some developers already use it in production environments
### Our Goals
diff --git a/websites/site/quick-start/tutorial.md
b/websites/site/quick-start/tutorial.md
index 3685bceef..2597d296a 100644
--- a/websites/site/quick-start/tutorial.md
+++ b/websites/site/quick-start/tutorial.md
@@ -101,8 +101,8 @@ Here is that file's contents:
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
- <PackageReference Include="Lucene.Net.Analysis.Common"
Version="4.8.0-beta00016" />
+ <PackageReference Include="Lucene.Net" Version="4.8.0-beta00017" />
+ <PackageReference Include="Lucene.Net.Analysis.Common"
Version="4.8.0-beta00017" />
</ItemGroup>
</Project>
@@ -354,9 +354,9 @@ Here is that file's contents:
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="Lucene.Net" Version="4.8.0-beta00016" />
- <PackageReference Include="Lucene.Net.Analysis.Common"
Version="4.8.0-beta00016" />
- <PackageReference Include="Lucene.Net.QueryParser"
Version="4.8.0-beta00016" />
+ <PackageReference Include="Lucene.Net" Version="4.8.0-beta00017" />
+ <PackageReference Include="Lucene.Net.Analysis.Common"
Version="4.8.0-beta00017" />
+ <PackageReference Include="Lucene.Net.QueryParser"
Version="4.8.0-beta00017" />
</ItemGroup>
</Project>