2016-01-28 20:17 GMT+01:00 Guillaume Smet :
> Hey Gunnar,
>
> On Thu, Jan 28, 2016 at 6:52 PM, Gunnar Morling
> wrote:
>>
>> They in turn pull in Lucene in a version which potentially differs
>> from the Lucene version used by Hibernate Search itself. Also I wanted
>> to leave the door open for su
Hey Gunnar,
On Thu, Jan 28, 2016 at 6:52 PM, Gunnar Morling
wrote:
>
> They in turn pull in Lucene in a version which potentially differs
> from the Lucene version used by Hibernate Search itself. Also I wanted
> to leave the door open for supporting multiple (potentially
> incompatibly altered)
Hi Guillaume,
Indeed there is a reason for not using the DSL: I wanted to avoid the
dependency to the ES libraries.
They in turn pull in Lucene in a version which potentially differs
from the Lucene version used by Hibernate Search itself. Also I wanted
to leave the door open for supporting multi
Hi all (and especially Gunnar),
I dug a bit in your ElasticSearch work today as I wanted to give a try to
the facet implementation and I was wondering if maybe we should use the
ElasticSearch DSL to build the queries instead of building raw JSON strings.
I experimented here:
https://github.com/gs