[hibernate-dev] [search] FieldBridge API change re-visited (HSEARCH-904)

2011-09-19 Thread Hardy Ferentschik
Hi, sorry to bring this issue up again, but when starting the refactoring for this issue (taking the approach to make the bridge stateful) I noticed a problem. We thought that we could introduce FieldBridge#initalize(String fieldName, LuceneOptions options) while removing the same parameters

Re: [hibernate-dev] [search] FieldBridge API change re-visited (HSEARCH-904)

2011-09-19 Thread Emmanuel Bernard
What would option 2 gain? In particular what is the usefulness of the Iterable? If it's to get the list of fields to be used by FieldSelector that's probably not correct as a given set operation might only affect a subset of the potential fields. On 19 sept. 2011, at 12:39, Hardy Ferentschik w

[hibernate-dev] [Core] stable vs master branch

2011-09-19 Thread Emmanuel Bernard
In case some missed the last IRC meeting. master is where development occurs stable is as far as I can guess a 4.0 branch where only changes targeted for the 4.0 release should happen (ideally not at this stage besides doc). ___ hibernate-dev mailing li

Re: [hibernate-dev] [Core] stable vs master branch

2011-09-19 Thread Emmanuel Bernard
Correction, I have misinterpreted things. The stable branch is used to prepare releases. Emmanuel On 19 sept. 2011, at 15:28, Emmanuel Bernard wrote: > In case some missed the last IRC meeting. > > master is where development occurs > stable is as far as I can guess a 4.0 branch where only cha

Re: [hibernate-dev] [search] FieldBridge API change re-visited (HSEARCH-904)

2011-09-19 Thread Hardy Ferentschik
On Sep 19, 2011, at 15:00, Emmanuel Bernard wrote: > What would option 2 gain? In particular what is the usefulness of the > Iterable? > If it's to get the list of fields to be used by FieldSelector that's > probably not correct as a given set operation might only affect a subset > of the p

Re: [hibernate-dev] [search] FieldBridge API change re-visited (HSEARCH-904)

2011-09-19 Thread Emmanuel Bernard
On 19 sept. 2011, at 23:14, Hardy Ferentschik wrote: > On Sep 19, 2011, at 15:00, Emmanuel Bernard wrote: > >> What would option 2 gain? In particular what is the usefulness of the >> Iterable? >> If it's to get the list of fields to be used by FieldSelector that's >> probably not correct a