I'm currently exploring Play framework 2 and I must say that I'm impressed! There is only one thing that I can't rap my head around(for the moment) and that is the search implementations.
Currently I have found: search module and elastic search but both are for Play 1
Do they work in Play 2?
I'm coming from Spring and Seam world where Hibernate Search is pretty common. Is there an implementation for that? How do you Play 2 guys implement your search functionality?