playframework-elasticsearch icon indicating copy to clipboard operation
playframework-elasticsearch copied to clipboard

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 Developmen...

Results 23 playframework-elasticsearch issues
Sort by recently updated
recently updated
newest added

I'm new to Play, but this statement seems strange https://gist.github.com/8316ab565bcf0786772f

When using Hibernate with lazy loading, the fields of the HibernateProxy might be not initialized (i.e. set to null). In order to get the values, the getters should be used...

While reindexing bit tables, the heap is getting filled continuously. This is because Hibernate stores the objects in its cache so they cannot be garbage collected. In order to prevent...

When running `play dependencies`, play cannot resolve the elasticsearch files, but with the default repositories, the can be found.

Using the elasticsearch module, is it possible to somehow index the results of a related collection, which is lazy-loaded? I have a model type Book, which has many Authors, which...

What could be used is a) Index configuration with annotations b) API to store object c) API to query objects without hydrating (i.e. fetching objects from DB)

We want to be able to manually rebuild the indices in case we lose elasticsearch or it gets out of sync with our production database. I am preparing a solution...

It would be nice to register custom mapper for a type of field. My case is having a jodatime LocalDate class in an entity, which I would like to be...

We are trying to use elastic search and, as far as we can see, elastic search module doesn't have any feature to reindex all entities in DB. I guess it...