Re: [hibernate-dev] 5.0.0.CR2 delay

2015-06-30 Thread Steve Ebersole
Any objections to holding off on this until the following week? A pretty serious issue[1] came up and I'd really like to take the time to make sure it gets addressed properly. [1] - https://hibernate.atlassian.net/browse/HHH-9887 On Sun, Jun 21, 2015 at 8:19 AM Steve Ebersole wrote: > The time

Re: [hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-06-30 Thread Emmanuel Bernard
If we feel short handed, we could do the following: 1. disable the feature and raise an exception when someone uses it with a pointer to the JIRA to restore it that way we will know how many people we pissed off and we can feed the use cases to our Lucene friends 2. Work on a workaround if t

[hibernate-dev] HSEARCH: Removing dynamic analyzer mapping?

2015-06-30 Thread Sanne Grinovero
Among the many changes of Apache Lucene 5, it is no longer possible to override the Analyzer on a per-document base. You have to pick a single Analyzer when opening the IndexWriter. Of course the Analyzer can still return a different tokenization chain for each field, but the field->tokenizer mapp