You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +99,12 @@ GET /en-emoji/_analyze?analyzer=english_with_emoji
98
99
# Result: hi mom 😃 face mouth open smile
99
100
```
100
101
101
-
## How to contribute
102
+
## How to contribute / build
103
+
104
+
Building an Elasticsearch plugin is a mess and a pain. Here are some tips:
105
+
106
+
- follow [this example](https://github.com/spinscale/cookiecutter-elasticsearch-ingest-processor), it's better than the non existing documentation;
107
+
- install Gradle on your system, make sure you know how to switch to multiple versions;
0 commit comments