forked from monterail/elasticsearch-analysis-morfologik
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added es 1.1 support and current morfologik version
- Loading branch information
Showing
1 changed file
with
6 additions
and
6 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<artifactId>elasticsearch-analysis-morfologik</artifactId> | ||
<packaging>jar</packaging> | ||
<name>elasticsearch-analysis-morfologik</name> | ||
<version>2.0.1-SNAPSHOT</version> | ||
<version>2.1</version> | ||
<description>Morfologik (Polish) Analysis for ElasticSearch</description> | ||
<licenses> | ||
<license> | ||
|
@@ -15,9 +15,9 @@ | |
</license> | ||
</licenses> | ||
<scm> | ||
<connection>scm:git:[email protected]:chytreg/elasticsearch-analysis-morfologik.git</connection> | ||
<developerConnection>scm:git:[email protected]:chytreg/elasticsearch-analysis-morfologik.git</developerConnection> | ||
<url>https://github.com/chytreg/elasticsearch-analysis-morfologik</url> | ||
<connection>scm:git:[email protected]:ee/elasticsearch-analysis-morfologik.git</connection> | ||
<developerConnection>scm:git:[email protected]:ee/elasticsearch-analysis-morfologik.git</developerConnection> | ||
<url>https://github.com/ee/elasticsearch-analysis-morfologik</url> | ||
</scm> | ||
|
||
<parent> | ||
|
@@ -27,7 +27,7 @@ | |
</parent> | ||
|
||
<properties> | ||
<elasticsearch.version>0.90.0</elasticsearch.version> | ||
<elasticsearch.version>1.1.0</elasticsearch.version> | ||
</properties> | ||
|
||
<repositories> | ||
|
@@ -48,7 +48,7 @@ | |
<dependency> | ||
<groupId>org.carrot2</groupId> | ||
<artifactId>morfologik-polish</artifactId> | ||
<version>1.6.0</version> | ||
<version>1.9.0</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
ffb9631
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi and thanks for your effort.
I'd very much like to use your fork. Can you please give me some hints on how to install it? I guess I have to compile it from source, but I'm not into Java at all and probably doing something wrong. Here is what I got so far: