[hibernate-dev] Elastic search Lucene extension

Sanne Grinovero sanne at hibernate.org
Sun Mar 6 08:11:59 EST 2016


On 5 March 2016 at 22:04, Marc Schipperheyn <m.schipperheyn at gmail.com> wrote:
> I saw the elastic search blog post and while is not yet sonething on our
> radar,  it s certainly interesting!
>
> I already saw that if you bypass HSearch to go native, the syntax changes.
> What about Lucene extensions? For instance, we extensively use joinutil and
> grouped search. Couldn't live without those.

Hi Marc,
excellent feedback!

Elasticsearch supports grouping nested joins so it would be able to
execute such queries, but it needs an explicit schema for that at
indexing time so we'll need to make sure it indexes things in the
right way for that.. which is missing in Search today.

I remember you mentioned doing this before, but could you please
remind us how you are indexing things to use these extensions?
As "cheating" the search-engine will probably not work anymore, so we
need to implement this feature correctly.

I would appreciate your beta testing on this; I think you'l benefit
from it is that it means we'll finally have to implement it for Lucene
(embedded) users too ;)

Thanks,
Sanne

>
> --
> Kind regards,
>
> Marc
> M.Schipperheyn
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev


More information about the hibernate-dev mailing list