Skip to content

Commit

Permalink
fix: provided removed and docs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
QuadStingray committed Apr 1, 2023
1 parent 74e20e0 commit c18592d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,7 @@ libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.9.1" % Provide

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

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

val MongoJavaServerVersion = "1.43.0"

Expand Down
4 changes: 0 additions & 4 deletions docs/documentation/database/lucene.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
MongoCamp Mongo Driver support the usage of [Lucene Query](https://lucene.apache.org/) to search in the MongoDb.

## Usage
Fist you have the add the lucene-queryparser Dependency to your build.sbt (without the provided marker).

<<< @/../build.sbt#lucene-dependency{scala}

### Explicit Usage
The LuceneConverter has the methods to parse a String to and `Query` and a other to the document conversion.

Expand Down

0 comments on commit c18592d

Please sign in to comment.