-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e3555ef
commit 7617449
Showing
10 changed files
with
48 additions
and
131 deletions.
There are no files selected for viewing
47 changes: 47 additions & 0 deletions
47
Sefaria-ElasticSearch-naive-lemmatizer-less-prefixes/build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
ext.pluginApiVersion = '8.7.0' | ||
ext.luceneVersion = '9.5.0' | ||
|
||
buildscript { | ||
ext.pluginApiVersion = '8.7.0' | ||
repositories { | ||
mavenCentral() | ||
} | ||
dependencies { | ||
classpath "org.elasticsearch.gradle:build-tools:${pluginApiVersion}" | ||
} | ||
} | ||
|
||
apply plugin: 'elasticsearch.stable-esplugin' | ||
apply plugin: 'elasticsearch.yaml-rest-test' | ||
|
||
esplugin { | ||
name 'analysis-sefaria-naive-lemmatizer-less-prefixes' | ||
description 'Sefaria analyzer' | ||
} | ||
|
||
group 'org.sefaria.sefariaplugin' | ||
version '1.0-SNAPSHOT' | ||
|
||
repositories { | ||
mavenLocal() | ||
mavenCentral() | ||
} | ||
|
||
dependencies { | ||
|
||
compileOnly "org.elasticsearch.plugin:elasticsearch-plugin-api:${pluginApiVersion}" | ||
compileOnly "org.elasticsearch.plugin:elasticsearch-plugin-analysis-api:${pluginApiVersion}" | ||
compileOnly "org.apache.lucene:lucene-analysis-common:${luceneVersion}" | ||
|
||
testImplementation "org.elasticsearch.plugin:elasticsearch-plugin-api:${pluginApiVersion}" | ||
testImplementation "org.elasticsearch.plugin:elasticsearch-plugin-analysis-api:${pluginApiVersion}" | ||
testImplementation "org.apache.lucene:lucene-analysis-common:${luceneVersion}" | ||
|
||
testImplementation ('junit:junit:4.13.2'){ | ||
exclude group: 'org.hamcrest' | ||
} | ||
testImplementation 'org.mockito:mockito-core:4.4.0' | ||
testImplementation 'org.hamcrest:hamcrest:2.2' | ||
|
||
} | ||
|
1 change: 0 additions & 1 deletion
1
Sefaria-ElasticSearch-naive-lemmatizer-less-prefixes/es-plugin.properties
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-17.1 KB
Sefaria-ElasticSearch-naive-lemmatizer-less-prefixes/out/artifacts/elasticsearch.zip
Binary file not shown.
Binary file removed
BIN
-19.1 KB
...e-lemmatizer-less-prefixes/out/artifacts/elasticsearch/elasticsearch-analysis-sefaria.jar
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
...h-naive-lemmatizer-less-prefixes/out/artifacts/elasticsearch/plugin-descriptor.properties
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
Sefaria-ElasticSearch-naive-lemmatizer-less-prefixes/plugin-descriptor.properties
This file was deleted.
Oops, something went wrong.
74 changes: 0 additions & 74 deletions
74
Sefaria-ElasticSearch-naive-lemmatizer-less-prefixes/pom.xml
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...less-prefixes/src/main/java/org/sefaria/sefariaplugin/plugin/SefariaAnalyzerProvider.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...emmatizer-less-prefixes/src/main/java/org/sefaria/sefariaplugin/plugin/SefariaPlugin.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters