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

Various fix #8

Closed julienba closed 13 years ago

julienba commented 13 years ago

Hello Felipe,

I improved build.xml and home.textile. Presently home.textile throws an exception in playframework website, try http://localhost:9000/@documentation/modules/elasticsearch/home for reproduce local error.

I also fixed one bug in ReflectionUtil.java. When I try to use ElasticSearch.search method, I've an exception due to Integer parsing. My solution is not very elegant fix, I think they are a better way for do that.

I created one sample project if you would quickly reproduce this errors: https://github.com/julienba/ElasticSearchDemo

Julien

julienba commented 13 years ago

Any updates ?

feliperazeek commented 13 years ago

Oh man I thought this was merged, so sorry! Looks like there's a conflict let me look into it.

bgooren commented 13 years ago

Some of these fixes are also included in my commits, which is probably why you are getting conflicts

feliperazeek commented 13 years ago

ElasticSearch.builder has a problem though since it's using a new version of ES.

bgooren commented 13 years ago

What kind of problem?