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 inte
+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 same as the current mass i
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
>> application for re-indexing one or more entity ty
> 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 want facet results for t
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 commands
Hi,
2016-02-24 11:45 GMT+01:00 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?
Yes
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.
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] https://hibernate.hipchat.com/chat/room
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 SQL native chapter and the
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
t
10 matches
Mail list logo