File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
docs/documentation/database Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -81,9 +81,7 @@ libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provide
8181
8282libraryDependencies += " 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
8886val MongoJavaServerVersion = " 1.43.0"
8987
Original file line number Diff line number Diff line change 33MongoCamp 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
117The LuceneConverter has the methods to parse a String to and ` Query ` and a other to the document conversion.
128
You can’t perform that action at this time.
0 commit comments