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

2016-02-24 Thread Vlad Mihalcea
Hi, I already started the Spatial chapter in the new User Guide. I'm using your documentation as a starting point and build on top of that. All examples are built as unit tests so we are notified when things will change. I'll integrate it when I'm done and I'll send you an email with some steps

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

2016-02-24 Thread Karel Maesen
Hi Vlad, I think this is a good idea. I’m away on conference the second week of March, but afterwards I can make some time to help you write it up. Regards, Karel > On 20 Feb 2016, at 22:22, Vlad Mihalcea wrote: > > Hi Karel, > > Next week, I'm going to finish the

[hibernate-dev] Hibernate and JSR-107 (was Re: 5.1 tentative release date)

2016-02-24 Thread Steve Ebersole
That's awesome to hear Louis! As for getting help with the Hibernate side, discussing here is probably the best option IMO. But really whatever feels most comfortable to you: you can ask here, ping us on #hibernate-dev IRC or on our HipChat channel[1]. [1]

Re: [hibernate-dev] [HSEARCH] Implementing mass indexer with JSR 352 batch application

2016-02-24 Thread Emmanuel Bernard
I’ve seen customers essentially rewriting the mass indexer logic in Spring Batch because it offered retries, was more aligned with what they used and they needed a tiny query twist in the current mass indexer code that does not expose enough. So I am not too concerned about a performance gap.

Re: [hibernate-dev] [HSEARCH] Implementing mass indexer with JSR 352 batch application

2016-02-24 Thread Sanne Grinovero
It sounds interesting, but bear with me I'm not familiar with it so I'll throw out some doubts. Will it work without a JEE container? I guess some implementations might be embeddable, but still how simple would that be for the user? Note that we already allow rebuilding the index via JMX

Re: [hibernate-dev] HSEARCH-1917, faceting, indexNullAs, FieldBridges

2016-02-24 Thread Emmanuel Bernard
> On 23 Feb 2016, at 20:31, Sanne Grinovero wrote: > >>> >>> But why would you fix it by "if (value == null) return;" ? Do you >>> think you can make it work with that? I'd rather actually index the >>> marker token defined by 'indexNullAs'. >> >> Do you think we would

Re: [hibernate-dev] [HSEARCH] Implementing mass indexer with JSR 352 batch application

2016-02-24 Thread Emmanuel Bernard
good idea > On 24 Feb 2016, at 10:56, Vlad Mihalcea wrote: > > +1 > > Sounds like a good idea. > > On Wed, Feb 24, 2016 at 11:39 AM, Gunnar Morling > wrote: > >> Hi, >> >> I've been contemplating the idea of creating a JSR-352-style batch >>

Re: [hibernate-dev] [HSEARCH] Implementing mass indexer with JSR 352 batch application

2016-02-24 Thread Vlad Mihalcea
+1 Sounds like a good idea. On Wed, Feb 24, 2016 at 11:39 AM, Gunnar Morling wrote: > Hi, > > I've been contemplating the idea of creating a JSR-352-style batch > application for re-indexing one or more entity types in Hibernate > Search. > > Functionally, it'd be the

[hibernate-dev] [HSEARCH] Implementing mass indexer with JSR 352 batch application

2016-02-24 Thread Gunnar Morling
Hi, I've been contemplating the idea of creating a JSR-352-style batch application for re-indexing one or more entity types in Hibernate Search. Functionally, it'd be the same as the current mass indexer, but using JSR 352 would provide some nice benefits: * Operation through standard batch