You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucenenet.apache.org by sh...@apache.org on 2020/06/30 23:49:36 UTC

[lucenenet] 02/02: adds beta00009 links to site

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

shazwazza pushed a commit to branch docs/4.8.0-beta00009
in repository https://gitbox.apache.org/repos/asf/lucenenet.git

commit 07e1d137ddbe2f76b88c8de7eb1a3f2be7d971ef
Author: Shannon <sd...@gmail.com>
AuthorDate: Wed Jul 1 09:49:19 2020 +1000

    adds beta00009 links to site
---
 websites/site/docs.md                             |  1 +
 websites/site/download/download.md                |  6 ++
 websites/site/download/toc.yml                    |  2 +
 websites/site/download/version-4.8.0-beta00009.md | 71 +++++++++++++++++++++++
 4 files changed, 80 insertions(+)

diff --git a/websites/site/docs.md b/websites/site/docs.md
index a8b970e..4f2e9b7 100644
--- a/websites/site/docs.md
+++ b/websites/site/docs.md
@@ -11,6 +11,7 @@ Lucene.Net Documentation
 
 The API docs are slightly different between versions, each one is listed below:
 
+* [4.8.0-beta00009](https://lucenenet.apache.org/docs/4.8.0-beta00009/)
 * [4.8.0-beta00008](https://lucenenet.apache.org/docs/4.8.0-beta00008/)
 * [4.8.0-beta00007](https://lucenenet.apache.org/docs/4.8.0-beta00007/)
 * [4.8.0-beta00001 -> 4.8.0-beta00006](https://lucenenet.apache.org/docs/4.8.0-beta00005/)
diff --git a/websites/site/download/download.md b/websites/site/download/download.md
index 53342af..118d8d4 100644
--- a/websites/site/download/download.md
+++ b/websites/site/download/download.md
@@ -7,6 +7,12 @@ Download Lucene.Net
 
 ---------------
 
+## [Lucene 4.8.0-beta00009](xref:download/4.8.0-beta00009)
+
+_Status:_ __`Beta`__
+
+_Released:_ `2020-07-01`
+
 ## [Lucene 4.8.0-beta00008](xref:download/4.8.0-beta00008)
 
 _Status:_ __`Beta`__
diff --git a/websites/site/download/toc.yml b/websites/site/download/toc.yml
index 7bb4658..4351f2e 100644
--- a/websites/site/download/toc.yml
+++ b/websites/site/download/toc.yml
@@ -1,3 +1,5 @@
+- name: Version 4.8.0-beta00009
+  href: version-4.8.0-beta00009.md
 - name: Version 4.8.0-beta00008
   href: version-4.8.0-beta00008.md
 - name: Version 4.8.0-beta00007
diff --git a/websites/site/download/version-4.8.0-beta00009.md b/websites/site/download/version-4.8.0-beta00009.md
new file mode 100644
index 0000000..2fe890b
--- /dev/null
+++ b/websites/site/download/version-4.8.0-beta00009.md
@@ -0,0 +1,71 @@
+---
+uid: download/4.8.0-beta00009
+version: 4.8.0-beta00009
+---
+
+Download Lucene.Net 4.8.0-beta00009
+===============
+
+---------------
+
+## Lucene 4.8.0-beta00009
+
+_Status:_ __`Beta`__
+
+_Released:_ `2020-07-01`
+
+* Source release: __[Lucene.Net-4.8.0-beta00009.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.src.zip.sha512)]
+* Binary release: __[Lucene.Net-4.8.0-beta00009.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00009/Apache-Lucene.Net-4.8.0-beta00009.bin.zip.sha512)]
+*  [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00009)
+
+<div class="nuget-well" style="text-align:left;">
+    PM> Install-Package Lucene.Net -Version 4.8.0-beta00009
+</div>
+
+### Source code
+
+* [Git Repository](https://github.com/apache/lucenenet)
+
+### Supported Frameworks
+
+- [.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.5
+
+### 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
+
+<!--- TO BE ADDED WHEN RELEASED 
+
+- [Lucene.Net.Analysis.UIMA](https://www.nuget.org/packages/Lucene.Net.Analysis.UIMA/) - Analysis integration with Apache UIMA)
+
+-->
+
+- [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.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
\ No newline at end of file