Skip to content

Commit

Permalink
add backwards compat codec for zulia for lucene 7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mdavis95 committed Apr 22, 2019
1 parent 4302c86 commit 0ed0e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zulia-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ dependencies {
compile(project(":zulia-query-parser"))
compile(project(":zulia-client")) //needed for admin tools

compile("org.apache.lucene:lucene-backward-codecs:$luceneVersion")
compile("org.apache.lucene:lucene-facet:$luceneVersion")

compile("org.apache.lucene:lucene-highlighter:$luceneVersion")
Expand Down

0 comments on commit 0ed0e03

Please sign in to comment.