Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Guillaume Smet
On Mon, Aug 5, 2013 at 6:45 PM, Sanne Grinovero wrote: > Great, that's https://hibernate.atlassian.net/browse/HSEARCH-1384 > then. Guillaume, is that something you would consider giving a try > yourself? Yep. I'll have a look and see if I can come up with something. I assigned the JIRA issue to

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Sanne Grinovero
Great, that's https://hibernate.atlassian.net/browse/HSEARCH-1384 then. Guillaume, is that something you would consider giving a try yourself? Sanne On 5 August 2013 17:39, Guillaume Smet wrote: > On Mon, Aug 5, 2013 at 6:07 PM, Sanne Grinovero wrote: >> So we actually would be better off fixin

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Guillaume Smet
On Mon, Aug 5, 2013 at 6:07 PM, Sanne Grinovero wrote: > So we actually would be better off fixing that issue, rather than > polluting the metadata API with hard to explain methods. > > Fixing the issue in its entirety is very complex, but what would you > think of having an option to run the Mass

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Sanne Grinovero
On 5 August 2013 16:57, Guillaume Smet wrote: > On Mon, Aug 5, 2013 at 5:37 PM, Sanne Grinovero wrote: >> I understand my code, but I'm not sure I understood why you would need this? > > Instead of calling the mass indexer directly for all our classes, we > get the root indexed types and we index

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Guillaume Smet
On Mon, Aug 5, 2013 at 5:37 PM, Sanne Grinovero wrote: > I understand my code, but I'm not sure I understood why you would need this? Instead of calling the mass indexer directly for all our classes, we get the root indexed types and we index them one by one using the mass indexer. This is the o

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Sanne Grinovero
On 5 August 2013 15:56, Hardy Ferentschik wrote: > > On 5 Jan 2013, at 3:44 PM, Guillaume Smet wrote: > >> (Hardy, sorry for the double post, forgot the list) >> >> On Mon, Aug 5, 2013 at 3:20 PM, Hardy Ferentschik >> wrote: >>> TBH i am not completely sure I understand what the method does. Th

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Hardy Ferentschik
On 5 Jan 2013, at 3:44 PM, Guillaume Smet wrote: > (Hardy, sorry for the double post, forgot the list) > > On Mon, Aug 5, 2013 at 3:20 PM, Hardy Ferentschik wrote: >> TBH i am not completely sure I understand what the method does. The docs >> says: >> >> "From the set of classes a new set is

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Guillaume Smet
(Hardy, sorry for the double post, forgot the list) On Mon, Aug 5, 2013 at 3:20 PM, Hardy Ferentschik wrote: > TBH i am not completely sure I understand what the method does. The docs says: > > "From the set of classes a new set is built containing all indexed > subclasses, but removing then all

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-05 Thread Hardy Ferentschik
On 2 Jan 2013, at 9:17 PM, Guillaume Smet wrote: > The SearchFactory.getIndexedTypes API looks nice. Great. > Would it be possible to also expose something like getRootIndexedTypes > based on the magic done in MassIndexerImpl.toRootEntities? TBH i am not completely sure I understand what the

Re: [hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-02 Thread Guillaume Smet
Hi Hardy, The SearchFactory.getIndexedTypes API looks nice. Would it be possible to also expose something like getRootIndexedTypes based on the magic done in MassIndexerImpl.toRootEntities? We have copied the code of MassIndexerImpl.toRootEntities in our framework to do so but it would be nice t

[hibernate-dev] Hibernate Search 4.4.0.Alpha1 release

2013-08-02 Thread Hardy Ferentschik
All the saucy details on in.relation.to - http://in.relation.to/24330.lace ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev