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 all commits
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
43 changes: 43 additions & 0 deletions products/apache-lucene.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Apache Lucene
category: library
tags: apache java-runtime
iconSlug: apache
permalink: /apache-lucene
alternate_urls:
- /lucene
releasePolicyLink: https://lucene.apache.org/core/downloads.html
changelogTemplate: "https://lucene.apache.org/core/{{'__LATEST__'|replace:'.','_'}}/changes/Changes.html"
releaseDateColumn: true

auto:
methods:
- maven: org.apache.lucene/lucene-core

releases:
- releaseCycle: "9"
releaseDate: 2021-12-07
eol: false
latest: "9.11.1"
latestReleaseDate: 2024-06-27

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

- releaseCycle: "7"
releaseDate: 2017-09-19
eol: true
latest: "7.7.3"
latestReleaseDate: 2020-04-24

---

> [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.