Skip to content

Commit

Permalink
Compatible with Elasticsearch 6.5.4.
Browse files Browse the repository at this point in the history
This one explicitely builds with Maven instead of Gradle.
Those branches will have the -mvn suffix to avoid confusion.
  • Loading branch information
pikatech committed Jan 24, 2019
1 parent 7eced23 commit 0cf8895
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ElasticSearch compatibility table:

| elasticsearch | Preanalyzed Mapper Plugin | Docs
|---------------|----------------------------|------
| es-6.5.4 | 6.5.4 | [6.5.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.5.4-mvn)
| es-6.5.0 | 6.5.0 | [6.5.0-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.5.0-mvn)
| es-6.2.4 | 6.2.4 | [6.2.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.2.4-mvn)
| es-6.1.4 | 6.1.4 | [6.1.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.1.4-mvn)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<groupId>de.julielab</groupId>
<artifactId>elasticsearch-mapper-preanalyzed</artifactId>
<name>Plugin: Mapper: Preanalyzed</name>
<version>6.5.0</version>
<version>6.5.4</version>
<properties>
<elasticsearch.plugin.classname>org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin</elasticsearch.plugin.classname>
<skip.integ.tests>true</skip.integ.tests>
<elasticsearch.version>6.5.0</elasticsearch.version>
<elasticsearch.rest.version>6.5.0</elasticsearch.rest.version>
<elasticsearch.version>6.5.4</elasticsearch.version>
<elasticsearch.rest.version>6.5.4</elasticsearch.rest.version>
<lucene.version>7.5.0</lucene.version>
</properties>

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
description=This plugin allows to send field data in a preanalyzed format to ElasticSearch. No analysis will be done by ElasticSearch, the format defines all terms specifically.
version=${project.version}
name=${project.artifactId}
jvm=true
classname=org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin
java.version=1.8
elasticsearch.version=${elasticsearch.version}

0 comments on commit 0cf8895

Please sign in to comment.