Skip to content

Commit

Permalink
Adds beta10/11 download pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Shazwazza committed Jul 30, 2020
1 parent 7622fbf commit 9aea45c
Show file tree
Hide file tree
Showing 5 changed files with 165 additions and 1 deletion.
2 changes: 1 addition & 1 deletion websites/site/contributing/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ We don't want to manually change the converted resulting markdown files (`.md`)
* Ensure the correct version number is listed in the header and the nuget download snippet.
* Update the `Status` and `Released` heading information.
* Ensure the download links are correct.
* Update the `/websites/site/download/toc.yml` file to include a reference to the new page which should maintain descending version order.
* Update the `/websites/site/download/toc.yml` and `/websites/site/download/download.md` files to include a reference to the new page which should maintain descending version order.
* Update the `/websites/site/docs.md` file and add a link to the new documentation for the current version which should maintain descending version order.
* [Build the website](#website) and test locally, then deploy the changes
* Once the website is committed/pushed, the last step is to create a named branch on the main [`lucenenet`](https://github.com/apache/lucenenet) repository with the name: `docs/[Version]`, for example `docs/4.8.0-beta00008` based on commit of the latest (if any) changes made to the docs in the `lucenenet` repository on the main branch. This branch is used for linking to on the API docs "Improve this Doc" button.
Expand Down
12 changes: 12 additions & 0 deletions websites/site/download/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ Download Lucene.Net

---------------

## [Lucene 4.8.0-beta00011](xref:download/4.8.0-beta00011)

_Status:_ __`Beta`__

_Released:_ `2020-07-21`

## [Lucene 4.8.0-beta00010](xref:download/4.8.0-beta00010)

_Status:_ __`Beta`__

_Released:_ `2020-07-16`

## [Lucene 4.8.0-beta00009](xref:download/4.8.0-beta00009)

_Status:_ __`Beta`__
Expand Down
4 changes: 4 additions & 0 deletions websites/site/download/toc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
- name: Version 4.8.0-beta00011
href: version-4.8.0-beta00011.md
- name: Version 4.8.0-beta00010
href: version-4.8.0-beta00010.md
- name: Version 4.8.0-beta00009
href: version-4.8.0-beta00009.md
- name: Version 4.8.0-beta00008
Expand Down
74 changes: 74 additions & 0 deletions websites/site/download/version-4.8.0-beta00010.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
uid: download/4.8.0-beta00010
version: 4.8.0-beta00010
---

Download Lucene.Net 4.8.0-beta00010
===============

---------------

## Lucene 4.8.0-beta00010

_Status:_ __`Beta`__

_Released:_ `2020-07-16`

* Source release: __[Lucene.Net-4.8.0-beta00010.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.src.zip.sha512)]
* Binary release: __[Lucene.Net-4.8.0-beta00010.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00010/Apache-Lucene.Net-4.8.0-beta00010.bin.zip.sha512)]
* [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00010)

<div class="nuget-well" style="text-align:left;">
PM> Install-Package Lucene.Net -Version 4.8.0-beta00010
</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.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
74 changes: 74 additions & 0 deletions websites/site/download/version-4.8.0-beta00011.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
uid: download/4.8.0-beta00011
version: 4.8.0-beta00011
---

Download Lucene.Net 4.8.0-beta00011
===============

---------------

## Lucene 4.8.0-beta00011

_Status:_ __`Beta`__

_Released:_ `2020-07-21`

* Source release: __[Lucene.Net-4.8.0-beta00011.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.src.zip.sha512)]
* Binary release: __[Lucene.Net-4.8.0-beta00011.src.zip](https://www.apache.org/dyn/closer.lua/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip)__ [[PGP](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.asc)] [[SHA512](https://downloads.apache.org/lucenenet/4.8.0-beta00011/Apache-Lucene.Net-4.8.0-beta00011.bin.zip.sha512)]
* [Change log](https://github.com/apache/lucenenet/releases/tag/Lucene.Net_4_8_0_beta00011)

<div class="nuget-well" style="text-align:left;">
PM> Install-Package Lucene.Net -Version 4.8.0-beta00011
</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.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

0 comments on commit 9aea45c

Please sign in to comment.