>
>> Gunnar, the direct HQL->ES-QL work is not as trivial as it seems. I don’t
>> think ElasticSearch can search on fields that are not explicitly indexed.
>> (Jiri correct me if I’m wrong). So we would need to guess or anticipate
>> which field wants to be indexed and how “transparently”. Not the
> Interesting, I really need to take a closer look at ES and its APIs.
>
> How does it react when searching on an un-indexed field? If we can detect
> the situation and raise a meaningful exception indicating that an index is
> missing so a given query can't be run (could even be done during star
2014-08-22 14:01 GMT+02:00 Emmanuel Bernard :
>
> On 22 Aug 2014, at 10:34, Jiri Holusa wrote:
>
> An alternative which may be a bit simpler and give quicker success for
> simplistic queries would be to implement an ES backend of our pluggable
> HQL/JP-QL parser. We already have implementations o
On 22 Aug 2014, at 10:34, Jiri Holusa wrote:
>> An alternative which may be a bit simpler and give quicker success for
>> simplistic queries would be to implement an ES backend of our pluggable
>> HQL/JP-QL parser. We already have implementations of this which take HQL
>> queries and translate t
Hi Gunnar,
thanks for your reply, see the comments inline.
- Original Message -
> From: "Gunnar Morling"
> To: "Jiri Holusa"
> Cc: hibernate-dev@lists.jboss.org
> Sent: Thursday, August 21, 2014 8:55:49 AM
> Subject: Re: [hibernate-dev] Support
Hi Jirka,
Welcome and many thanks for your interest in contributing to our projects!
2014-08-20 16:28 GMT+02:00 Jiri Holusa :
> Hi everybody,
>
> I'm Jirka Holusa and I work JDG QA (Infinispan) team, just for you to
> know, this email has nothing to do with JDG :)
>
> Currently, I looking for a
Hi everybody,
I'm Jirka Holusa and I work JDG QA (Infinispan) team, just for you to know,
this email has nothing to do with JDG :)
Currently, I looking for a nice topic for a diploma thesis and I came across
one. I worked with Elasticsearch in my bachelor thesis and I thought it would
be nice