Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new product] add apache lucene #5258

Merged
merged 9 commits into from
Jul 5, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add Apache Lucene
  • Loading branch information
janhoy committed Jun 7, 2024
commit 9b3db6e4b8eb85961ccc354d5da2ce73de7a7b03
45 changes: 45 additions & 0 deletions products/lucene.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
title: Apache Lucene
tags: apache java-runtime
iconSlug: apachelucene
permalink: /lucene
alternate_urls:
- /apache_lucene
- /apache-lucene
releasePolicyLink: https://lucene.apache.org/core/downloads.html
changelogTemplate: "https://lucene.apache.org/core/{{'__LATEST__'|replace:'.','_'}}/changes/Changes.html"
releaseDateColumn: true

auto:
methods:
- git: https://github.com/apache/lucene.git
regex: '^releases\/lucene\/(?P<version>\d+\.\d+(.\d+)?)$'
captn3m0 marked this conversation as resolved.
Show resolved Hide resolved
template: '{{version}}'

releases:
- releaseCycle: "9"
releaseDate: 2021-12-07
eol: false
latest: "9.11.0"
latestReleaseDate: 2024-05-29

- releaseCycle: "8"
releaseDate: 2019-03-14
eol: false
latest: "8.11.3"
latestReleaseDate: 2024-02-08

- releaseCycle: "7"
releaseDate: 2017-09-20
eol: true
latest: "7.7.2"
latestReleaseDate: 2019-06-04

---

> [Apache Lucene](https://lucene.apache.org/) is an open-source search engine library written in Java.

The previous major version will get occasional critical security fixes.
Versions older than that are considered EOL.

No releases are scheduled in advance.