Re: Branch branch_8_9 has been cut and versions updated to 8.10 on stable branch

2021-06-08 Thread David Smiley
I reviewed and merged it to the relevant branches. Thanks for your patience Mayya! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Tue, Jun 8, 2021 at 9:44 AM Thomas Wöckinger wrote: > I already fixed it, I hope David can review it as soon as poss

Re: Analyzer lifecycles

2021-06-08 Thread Robert Muir
Alan: a couple thoughts: Analyzers are not just used for formulating queries, but also may be used by highlighters and other things on document results at query time. Some analyzers may do too-expensive/garbage-creating stuff on construction, that you wouldn't want to do at query-time. Separately,

Analyzer lifecycles

2021-06-08 Thread Alan Woodward
Hi all, I’ve been on holiday and away from a keyboard for a week, so that means I of course spent my time thinking about lucene Analyzers and specifically their ReuseStrategies… Building a TokenStream can be quite a heavy operation, and so we try and reuse already-constructed token streams as

Re: Branch branch_8_9 has been cut and versions updated to 8.10 on stable branch

2021-06-08 Thread Thomas Wöckinger
I already fixed it, I hope David can review it as soon as possible. As it is a behaviour change, I think we should get this one in 8.9 On Tue, Jun 8, 2021 at 3:13 PM Mayya Sharipova wrote: > Hi Thomas, > thanks for letting us know about this issue. I see that you opened > SOLR-15457

Re: Branch branch_8_9 has been cut and versions updated to 8.10 on stable branch

2021-06-08 Thread Mayya Sharipova
Hi Thomas, thanks for letting us know about this issue. I see that you opened SOLR-15457 . Is this a blocker for 8.9? Should we wait till it gets fixed? On Tue, Jun 8, 2021 at 1:45 AM Thomas Wöckinger wrote: > Hi Mayya, > > I tested the branch_8

Re: [JENKINS] Lucene » Lucene-Solr-SmokeRelease-8.x - Build # 220 - Still Failing!

2021-06-08 Thread Christine Poerschke (BLOOMBERG/ LONDON)
I've opened https://github.com/apache/lucene-solr/pull/2509 for the v8.10.0 > v8.9.0 comparison issue. Hope that helps. From: dev@lucene.apache.org At: 06/08/21 01:28:25 UTC+1:00To: dev@lucene.apache.org Subject: Re: [JENKINS] Lucene » Lucene-Solr-SmokeRelease-8.x - Build # 220 - Still Failing