feliperazeek / playframework-elasticsearch

Integrate Elastic Search in a Play! Framework Application. This module uses JPA events to notify Elastic Search of events of their own. It embeds a running Elastic Search instance for Rapid Development.
http://geeks.aretotally.in/play-framework-module-elastic-search-distributed-searching-with-json-http-rest-or-java
84 stars 43 forks source link

Analysis Annotation Schema #75

Closed hjemmel closed 11 years ago

hjemmel commented 11 years ago

I've created an annotation schema to configure analysis (http://www.elasticsearch.org/guide/reference/index-modules/analysis/) in the ElasticSearch plugin.

This solution was based on elasticsearch-test (https://github.com/tlrx/elasticsearch-test) created by @tlrx.

I also created a project unit-test inside the folder "samples-and-tests" to test the behavior and not only if the mapping is correct.

hjemmel commented 11 years ago

UPDATE: I've removed the sample classes of module and i created a sample project inside the samples-and-tests.

Please if there are some question about the code or something is not right let me know and i can adjust it.