NarimanN2/ParsiAnalyzer

incompatible with elasticsearch 6.1

hkhoshraftar opened this issue · 3 comments

after installing plugin it errors
incompatible with elasticsearch 6.1

pig

Hi, the latest release is compatible with elastic 5.6.3. I will make a release compatible with elastic 6.1 as soon as possible. but in case you are in hurry please follow these steps:
1- Download the latest source code
2- Open pom.xml file
3- Under dependecies tag, change elasticserach version from 5.6.3 to 6.1.2 and save it
4- Open plugin-descriptor.properties file
5- Change elasticsearch.version from 5.6.3 to 6.1.2
6- Run this maven command: mvn clean package -DskipTests
7- In the folder target/releases you’ll now find a zip file called ParsiAnalyzer. install the plugin using this command:
bin/elasticsearch-plugin install file:///path/to/ParsiAnalyzer.zip

please let me know if there is a problem.

tnx i'll check it

@hkhoshraftar This solution worked in elastic 6.1.2?