From 02397ea64d9095d9858698e46d4752ad3d52cd62 Mon Sep 17 00:00:00 2001 From: Rodin Aarssen Date: Thu, 18 Dec 2025 10:40:04 +0100 Subject: [PATCH 1/4] Added rascal-lucene --- courses/Packages/index.md | 1 + pom.xml | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/courses/Packages/index.md b/courses/Packages/index.md index 1a622ee4e..b51de3110 100644 --- a/courses/Packages/index.md +++ b/courses/Packages/index.md @@ -56,3 +56,4 @@ The currently available packages are grouped in two categories: language support | Rascal LSP | [rascal-lsp](/docs/Packages/org.rascalmpl.rascal-lsp/) | LSP for Rascal and LSP generator for DSLs in Rascal | | Typepal | [typepal](/docs/Packages/org.rascalmpl.typepal/) | Generic name and type analysis framework | | Rascal Tutor | rascal-tutor | Rascal source code documenter and manual authoring tool, documentation not released yet due to changes in tutor infrastructure | +| Rascal Lucene | rascal-lucene | Two-way mapping between Rascal and the Apache Lucene search and indexing library | diff --git a/pom.xml b/pom.xml index 01bf12cba..764a262b6 100644 --- a/pom.xml +++ b/pom.xml @@ -35,6 +35,7 @@ 0.3.8 1.0.1 2.22.0 + 0.1.0 @@ -167,6 +168,14 @@ docs/**/*.* docs/index.value --> + + org.rascalmpl + rascal-lucene + ${rascal-lucene.version} + ${project.basedir} + docs/**/*.* + docs/index.value + org.rascalmpl java-air @@ -301,6 +310,11 @@ drambiguity ${drambiguity.version} + + org.rascalmpl + rascal-lucene + ${rascal-lucene.version} + + --> org.rascalmpl rascal-lucene