NarimanN2 / ParsiAnalyzer

Persian Analyzer For Elasticsearch.
151 stars 28 forks source link

change & compile #2

Closed mohsenMohamadi closed 6 years ago

mohsenMohamadi commented 6 years ago

hi, How to compile after changing the code?

NarimanN2 commented 6 years ago

Hi Run this maven command: mvn clean package. then you can find a zip file in target/releases directory. that is your plugin and you can install it on elasticsearch as follows: bin/elasticsearch-plugin install file:///path/to/target/releases/ParsiAnalyzer-1.0-SNAPSHOT.zip

please let me know if something went wrong.