Skip to content

Commit

Permalink
Compatible with Elasticsearch 6.6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
pikatech committed Jan 31, 2019
1 parent a06490c commit 30449ef
Show file tree
Hide file tree
Showing 3 changed files with 11 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.6.0 | 6.6.0 | [6.6.0-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.6.0-mvn)
| 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)
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>de.julielab</groupId>
<artifactId>elasticsearch-mapper-preanalyzed</artifactId>
<name>Plugin: Mapper: Preanalyzed</name>
<version>6.5.4</version>
<version>6.6.0</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.4</elasticsearch.version>
<elasticsearch.rest.version>6.5.4</elasticsearch.rest.version>
<lucene.version>7.5.0</lucene.version>
<elasticsearch.version>6.6.0</elasticsearch.version>
<elasticsearch.rest.version>6.6.0</elasticsearch.rest.version>
<lucene.version>7.6.0</lucene.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,10 @@ public void usedDeprecatedField(String usedName, String replacedWith) {

}

@Override
public void deprecated(String message, Object... params) {
// TODO Auto-generated method stub

}

}

0 comments on commit 30449ef

Please sign in to comment.