Hotware/Lucene-Extension

Integrate Hibernate-Search into this Extension for the Index Management/Indexing.

Closed this issue · 2 comments

s4ke commented
Integrate Hibernate-Search into this Extension for the Index Management/Indexing.
s4ke commented

Hibernate-Search can do the heavy lifting for the indexing as well. Everything we'd have to do is do the mapping document -> bean which Hibernate-Search is currently lacking (as it only supports projections but these are kind of awkward to use).

s4ke commented

this is going great so far. however the queryDto(...) thing has to be tested yet.