[hibernate-dev] Welcome Martin Braun to the Hibernate committers club!

2016-02-25 Thread Sanne Grinovero
Hi all, Martin has been contributing to Hibernate Search since a year, and developed some very interesting extensions this summer in the scope of Google Summer of Code, and is still evolving those and generally helping and monitoring the project. He recently volunteered to try helping us with pull

Re: [hibernate-dev] [Search] Elasticsearch - Thoughts about analyzers and fieldbridges

2016-02-25 Thread Gunnar Morling
2016-02-25 18:48 GMT+01:00 Sanne Grinovero : > On 25 February 2016 at 17:16, Guillaume Smet wrote: >> Hi, >> >> Running the DSLTest is quite interesting as it runs a lot of different >> queries with different configurations. >> >> Here are some thoughts while working on it. >> >> 1/ Analyzers >> =

Re: [hibernate-dev] [Search] Elasticsearch - Thoughts about analyzers and fieldbridges

2016-02-25 Thread Sanne Grinovero
On 25 February 2016 at 17:16, Guillaume Smet wrote: > Hi, > > Running the DSLTest is quite interesting as it runs a lot of different > queries with different configurations. > > Here are some thoughts while working on it. > > 1/ Analyzers > = > > Gunnar, I was wondering what you had in min

[hibernate-dev] [Search] Elasticsearch - Thoughts about analyzers and fieldbridges

2016-02-25 Thread Guillaume Smet
Hi, Running the DSLTest is quite interesting as it runs a lot of different queries with different configurations. Here are some thoughts while working on it. 1/ Analyzers = Gunnar, I was wondering what you had in mind for analyzers: a) deal with them in Hibernate Search or b) let Elasti

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Sanne Grinovero
On 25 February 2016 at 15:37, Gunnar Morling wrote: > 2016-02-25 16:28 GMT+01:00 Sanne Grinovero : >> On 25 February 2016 at 15:14, Gunnar Morling wrote: >>> It's Monday morning. >>> >>> Having at least rudimentary docs would be great, but I won't be able >>> to contribute to that by then :/ >>>

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Gunnar Morling
2016-02-25 16:28 GMT+01:00 Sanne Grinovero : > On 25 February 2016 at 15:14, Gunnar Morling wrote: >> It's Monday morning. >> >> Having at least rudimentary docs would be great, but I won't be able >> to contribute to that by then :/ >> >> How about doing another "stealth Alpha" tomorrow and then

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Sanne Grinovero
On 25 February 2016 at 15:14, Gunnar Morling wrote: > It's Monday morning. > > Having at least rudimentary docs would be great, but I won't be able > to contribute to that by then :/ > > How about doing another "stealth Alpha" tomorrow and then do another, > properly announced, one by the end of t

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Gunnar Morling
> Or maybe, we should move the spatial stuff to another test? It makes sense > to me. Yes, that sounds good. I hope it's not too much trouble to split the test entities etc. 2016-02-25 16:15 GMT+01:00 Guillaume Smet : > On Thu, Feb 25, 2016 at 4:03 PM, Gunnar Morling > wrote: >> >> @Guillaume,

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Guillaume Smet
On Thu, Feb 25, 2016 at 4:03 PM, Gunnar Morling wrote: > @Guillaume, do you think you could provide the fix for such release? > It's ok if still some tests of DSLTest fail, any progress is > beneficial. > Mmmh, I can push the fixes I made but we can't run the DSLTest yet as it's depending on spa

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Gunnar Morling
It's Monday morning. Having at least rudimentary docs would be great, but I won't be able to contribute to that by then :/ How about doing another "stealth Alpha" tomorrow and then do another, properly announced, one by the end of the current HSEARCH sprint? Then we can include some more useful s

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Sanne Grinovero
On 25 February 2016 at 15:03, Gunnar Morling wrote: > Hi Guillaume, > > Yes, that seems reasonable. Thanks for fixing it! > > @Sanne, can we aim for another Alpha release tomorrow? Then I can show > released bits in my talk :) +1. When exactly is your presentation? I'd like we could blog about wh

Re: [hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Gunnar Morling
Hi Guillaume, Yes, that seems reasonable. Thanks for fixing it! @Sanne, can we aim for another Alpha release tomorrow? Then I can show released bits in my talk :) @Guillaume, do you think you could provide the fix for such release? It's ok if still some tests of DSLTest fail, any progress is ben

[hibernate-dev] [Search] Elasticsearch TermQuery translation

2016-02-25 Thread Guillaume Smet
Hi Gunnar, In ToElasticsearch, you have translated the Lucene TermQuery to a match query [1] in Elasticsearch. >From what I see, it should be a term query [2] instead. Don't you agree? [1] https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-match-query.html [2] https://www.

[hibernate-dev] Dealing with CI failures due to javadoc warnings during spikes

2016-02-25 Thread Sanne Grinovero
We're doing fast iterations on the experimental Elasticsearch support for Hibernate Search, and by doing so there have been introduced temporary changes so we can make progress while sharing code with each other. CI is used to highly polished code, so it's failing the builds for petty warning like

Re: [hibernate-dev] http://www.hibernatespatial.org/

2016-02-25 Thread Vlad Mihalcea
Hi Karel, I pushed the first version of the Spatial chapter into the new User Guide. I basically integrated the hibernatespatial.org documentation and changed all examples to match the current API in Hibernate 5. You can build the User Guide as follows: $ cd documentation $ gradle rUG $ ls targe