Skip to content

Commit

Permalink
Upgrade lucene libs and drop chinese and japanese for now as they are…
Browse files Browse the repository at this point in the history
… huge
  • Loading branch information
tuomas2 committed Nov 14, 2024
1 parent b1a917d commit 7b4a92f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ dependencies {
implementation("org.apache.commons:commons-compress:1.12")

implementation("org.jdom:jdom2:2.0.6.1")
implementation("org.apache.lucene:lucene-analyzers-common:8.11.2")
implementation("org.apache.lucene:lucene-analyzers-smartcn:8.11.2")
implementation("org.apache.lucene:lucene-analyzers-kuromoji:8.11.2")
implementation("org.apache.lucene:lucene-analyzers-common:8.11.4")
//implementation("org.apache.lucene:lucene-analyzers-smartcn:8.11.4")
//implementation("org.apache.lucene:lucene-analyzers-kuromoji:8.11.4")

implementation("org.apache.lucene:lucene-queryparser:8.11.2")
implementation("org.apache.lucene:lucene-queryparser:8.11.4")

//implementation("org.slf4j:slf4j-api:1.7.6")
implementation("org.slf4j:slf4j-api:1.7.6")
Expand Down

0 comments on commit 7b4a92f

Please sign in to comment.