NarimanN2 / ParsiAnalyzer

Persian Analyzer For Elasticsearch.
151 stars 28 forks source link

incompatible with elasticsearch 6.1 #1

Closed hkhoshraftar closed 6 years ago

hkhoshraftar commented 6 years ago

after installing plugin it errors incompatible with elasticsearch 6.1

pig

NarimanN2 commented 6 years ago

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.

hkhoshraftar commented 6 years ago

tnx i'll check it

MHZarei commented 6 years ago

@hkhoshraftar This solution worked in elastic 6.1.2?