NOTE: This is probably at least partially addressed by the mapper-javabean module, which as of HSEARCH-3815 is not published to Maven repositories.
The idea is to offer a layer that simplify how to write ORM or Infinispan style integration. The source of change events becomes an explicit call of this new API.
The target audience is for example CRUD (or more evolved) (micro)services that want to index data on each C_UD operation and have the ability to write full-text queries and retrieve the entities. |
|