Re: [hibernate-dev] HSEARCH Java 8 Date Time

2015-08-11 Thread Davide D'Alto
I've sent a pull request: https://github.com/hibernate/hibernate-search/pull/887 Davide On Mon, Aug 10, 2015 at 1:20 PM, Hardy Ferentschik wrote: > On Mon, Aug 10, 2015 at 12:34:33PM +0100, Davide D'Alto wrote: > > I'm not sure there is an easy way to convert Instant and DateTime to a > > num

[hibernate-dev] Hibernate Search 5.5.0.Alpha1 now available

2015-08-11 Thread Sanne Grinovero
The highlight is that it's using Apache Lucene 5.2.1 now. As I mentioned on the blog post, it would be great if someone could step up and help us by running some benchmarking and performance comparisons: - http://in.relation.to/2015/08/11/Lucene5IsComing Thanks, Sanne __

Re: [hibernate-dev] [Hibernate Search] Database back end worker

2015-08-11 Thread Gunnar Morling
+1 for the idea of the database-based backend. Seems very useful. One idea for improvement may be to group on (entity-type,id) and only select the latest LuceneDatabaseWork per id. That way you'd avoid propagation of potentially outdated index updates. 2015-08-09 17:51 GMT+02:00 Sanne Grinovero :

Re: [hibernate-dev] [Hibernate Search] DocValues and Sorting API -> new mapping annotations ?

2015-08-11 Thread Gustavo Fernandes
> On 10 Aug 2015, at 23:18, Sanne Grinovero wrote: > > On 7 August 2015 at 13:31, Gustavo Fernandes > wrote: >> On Fri, Aug 7, 2015 at 1:14 PM, Sanne Grinovero wrote: >>> >>> A quick update on some more exploration on this: >>> it turns out sorting on a NumericF