Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Sanne Grinovero
2011/1/14 Hardy Ferentschik : > On Fri, 14 Jan 2011 14:24:07 +0100, Emmanuel Bernard > wrote: > * SearchFactory.enableIndexing(boolean) // enables/disables globally on the fly could operate on existing boolean org.hibernate.search.event.FullTextIndexEventListener.used >>> >>> +

Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Hardy Ferentschik
On Fri, 14 Jan 2011 14:24:07 +0100, Emmanuel Bernard wrote: >>> * SearchFactory.enableIndexing(boolean) // enables/disables globally on >>> the fly >>> could operate on existing boolean >>> org.hibernate.search.event.FullTextIndexEventListener.used >> >> +1 This is something I was wishing for s

[hibernate-dev] missing ANTLR dependency from gradle built pom.xml

2011-01-14 Thread Sanne Grinovero
Hello, It seems that ANTLR is missing from the pom.xml generated by the new gradle build of Hibernate Core. The following patch seems to fix it but I couldn't find any information on the "antlr( libraries.antlr )" line, from the documentation is seems it's only being used to choose the ANTLR versi

Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Sanne Grinovero
2011/1/14 Emmanuel Bernard : > > On 14 janv. 2011, at 13:47, Hardy Ferentschik wrote: > >> On Fri, 14 Jan 2011 11:33:25 +0100, Sanne Grinovero >> wrote: >> >>> Agreed, also there where additional similar requests recently via the >>> forums. As usual, alternatives where found but we should make th

Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Emmanuel Bernard
On 14 janv. 2011, at 13:47, Hardy Ferentschik wrote: > On Fri, 14 Jan 2011 11:33:25 +0100, Sanne Grinovero > wrote: > >> Agreed, also there where additional similar requests recently via the >> forums. As usual, alternatives where found but we should make this >> easier. > >> * SearchFactory

Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Hardy Ferentschik
On Fri, 14 Jan 2011 11:33:25 +0100, Sanne Grinovero wrote: > Agreed, also there where additional similar requests recently via the > forums. As usual, alternatives where found but we should make this > easier. > * SearchFactory.enableIndexing(boolean) // enables/disables globally on > the fl

Re: [hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Sanne Grinovero
Agreed, also there where additional similar requests recently via the forums. As usual, alternatives where found but we should make this easier. So these are all alternatives I've been considering, not wanting to implement necessarily all of them: * SearchFactory.enableIndexing(boolean) // enable

[hibernate-dev] HSEARCH-471 Ability to selectively index an entity based on its state

2011-01-14 Thread Emmanuel Bernard
Maybe it's time to revive this one since we have started to go down the rabbit hole with indexing only when dirty searched properties are present. Begin forwarded message: > From: "lantz moore (JIRA)" > Date: 14 janvier 2011 01:52:05 HNEC > To: emman...@hibernate.org > Subject: [Hibernate-JIR