Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playframework + Morphia + MongoDb + ElasticSearch = Disater?

Guys I have a couple of questions:

Q1. I am using Play 1.1.1 with the Morphia-MongoDB module and ElasticSearch for Indexing. Has any one tried this?

Q2. For some reason the morphia plugin (versions beta4 & beta5) are erroring out in the ObjectIdBinder class. Apparently it does not like @Override on the bind method. Has anyone else faced this? What is the fix?

like image 885
Drunken Programmer Avatar asked Nov 05 '22 00:11

Drunken Programmer


1 Answers

Never tried ElasticSearch before.

To answer your Q2, do you mean you are using morphia beta4 & 5 with play-1.1.1? could you please try the new morhpia beta6?

like image 57
Gelin Luo Avatar answered Nov 09 '22 13:11

Gelin Luo