Solr Upgrade issue

2020-06-27 Thread Ashok Mahendran
Hi Team, We are upgrading from Solr 7.5.0 version to 8.5.2 version. We are doing custom /createcore functionality from our web application. In 7.5.0 version we mentioned the that Filter in web.xml for create core and it is working fine. For 8.5.2 that customized create core filter not calling.

Re: Not able to edit Confluence

2020-06-27 Thread Atri Sharma
And you were right. Thank you! On Sat, Jun 27, 2020 at 9:12 PM David Smiley wrote: > > Maybe first check that you are using your Apache ID and not some older ID > before you became a committer? > > On Sat, Jun 27, 2020 at 2:58 AM Atri Sharma wrote: >> >> I am trying to create a SIP but unable t

Re: StreamExpressionTest failures

2020-06-27 Thread David Smiley
I reverted the change in behavior (not the entire commit which was 99% good stuff) which will also fix the test. Just pushed to master and will do for 8x in a few minutes. ~ David On Sat, Jun 27, 2020 at 2:33 AM David Smiley wrote: > This fails due to my refactor of path handling inside the ca

Re: Not able to edit Confluence

2020-06-27 Thread David Smiley
Maybe first check that you are using your Apache ID and not some older ID before you became a committer? On Sat, Jun 27, 2020 at 2:58 AM Atri Sharma wrote: > I am trying to create a SIP but unable to create a page. What am I doing > wrong? > -- > Regards, > > Atri > Apache Concerted > -- Sent f

SIP-9: Library of Congress Donation: Advanced Query Parser

2020-06-27 Thread Nibeck, Mike
Solr has a wide array of query parsers, but lacks a comprehensive parser targeted at non-technical, but professional users that use search daily. Such users will be willing to learn significant syntax to gain access to complex features such as span queries, or literal search. However, such users

Re: 8.6 release

2020-06-27 Thread Alan Woodward
We’ve found a nasty bug with ordered intervals: https://issues.apache.org/jira/browse/LUCENE-9418 I think I have the fix already and plan to merge it in before the branch is cut. > On 27 Jun 2020, at 03:59, Tomás Fernández Löbbe