Skip to content

Commit c18592d

Browse files
author
QuadStingray
committed
fix: provided removed and docs fixed
1 parent 74e20e0 commit c18592d

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provide
8181

8282
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.4-2" % Provided
8383

84-
// #region lucene-dependency
85-
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.5.0" % Provided
86-
// #endregion lucene-dependency
84+
libraryDependencies += "org.apache.lucene" % "lucene-queryparser" % "9.5.0"
8785

8886
val MongoJavaServerVersion = "1.43.0"
8987

docs/documentation/database/lucene.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
MongoCamp Mongo Driver support the usage of [Lucene Query](https://lucene.apache.org/) to search in the MongoDb.
44

55
## Usage
6-
Fist you have the add the lucene-queryparser Dependency to your build.sbt (without the provided marker).
7-
8-
<<< @/../build.sbt#lucene-dependency{scala}
9-
106
### Explicit Usage
117
The LuceneConverter has the methods to parse a String to and `Query` and a other to the document conversion.
128

0 commit comments

Comments
 (0)