We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91d95ba commit 122b167Copy full SHA for 122b167
build.gradle
@@ -16,6 +16,7 @@ dependencies {
16
implementation 'org.mongodb:mongodb-driver-sync:4.9.0'
17
implementation group: 'org.apache.lucene', name: 'lucene-core', version: '9.7.0'
18
implementation group: 'org.apache.lucene', name: 'lucene-analysis-common', version: '9.7.0'
19
+ implementation group: 'org.apache.lucene', name: 'lucene-analysis-phonetic', version: '9.7.0'
20
implementation group: 'org.apache.lucene', name: 'lucene-queryparser', version: '9.7.0'
21
implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.20.0'
22
implementation 'com.googlecode.json-simple:json-simple:1.1.1'
0 commit comments