Re: NullPointerException when using facets in More Like This Query

2023-02-06 Thread Michael Gibney
Grace, if you'd like to set up a Jira account, you're welcome to; there are instructions here on how to get that set up: https://infra.apache.org/jira-guidelines.html#who (we should update the Solr "community" section and contributor guidelines to clarify this initial Jira account setup step, whi

Re: NullPointerException when using facets in More Like This Query

2023-02-06 Thread Michael Gibney
I do suspect this is MLT-specific -- I'm not exactly sure how this is _supposed_ to work (I'm unfamiliar with MLT), but something seems a bit off between these two spots: https://github.com/apache/solr/blob/257c93c956a66f805e23f4835cab88e7a1fe9201/solr/core/src/java/org/apache/solr/handler/MoreLike

Re: NullPointerException when using facets in More Like This Query

2023-02-06 Thread Mikhail Khludnev
Devs, heads up! At first glance this failure doesn't look like mlt specific. It just falls down on NPE when it has no result (null docset, ha!) in fq and then attempts to cache null. Not good, you know. I hope I'm wrong. $ git diff diff --git a/solr/core/src/test/org/apache/solr/handler/MoreLikeT

Re: localSettings no longer needed

2023-02-06 Thread Ishan Chattopadhyaya
Thanks to all of you! This is very cool. On Mon, 6 Feb, 2023, 10:29 pm David Smiley, wrote: > Woohoo! > Thanks Calvin for implementing my proposal :-) > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley > > > On Mon, Feb 6, 2023 at 11:33 AM Kevin Ri

Re: [REMINDER] Virtual Community Meetup Feb 6th, 2023

2023-02-06 Thread Ishan Chattopadhyaya
Some uploading/HD processing is going on, but SD version of this is here: https://www.youtube.com/watch?v=WsWFYckxPm4 Maybe after 1 hour, the HD version would also be available on that link. On Tue, Feb 7, 2023 at 12:03 AM Ishan Chattopadhyaya < ichattopadhy...@gmail.com> wrote: > I have a record

Re: [REMINDER] Virtual Community Meetup Feb 6th, 2023

2023-02-06 Thread Ishan Chattopadhyaya
I have a recording, though the recording software didn't catch the parts when I was speaking. I'll upload it shortly. On Mon, 6 Feb, 2023, 11:56 pm Eric Pugh, wrote: > Thanks for the confluence notes, I wish I could have been there! > > > > On Feb 6, 2023, at 1:20 PM, Jason Gerlowski > wrote: >

Re: [REMINDER] Virtual Community Meetup Feb 6th, 2023

2023-02-06 Thread Eric Pugh
Thanks for the confluence notes, I wish I could have been there! > On Feb 6, 2023, at 1:20 PM, Jason Gerlowski wrote: > > Thanks to everyone who came out for the "community meetup" today! Was > fun to see some faces and talk to everyone. > > My apologies for the abrupt disconnect when we hit

Re: [REMINDER] Virtual Community Meetup Feb 6th, 2023

2023-02-06 Thread Jason Gerlowski
Thanks to everyone who came out for the "community meetup" today! Was fun to see some faces and talk to everyone. My apologies for the abrupt disconnect when we hit Google Meet's 1-hr limit. A real rookie mistake - I'll find a fix for that if I'm hosting next month's meeting. I've updated the C

Re: [REMINDER] Virtual Community Meetup Feb 6th, 2023

2023-02-06 Thread Ishan Chattopadhyaya
Reminder, the meeting is underway. Please feel free to join now. On Fri, Feb 3, 2023 at 9:20 AM Jason Gerlowski wrote: > Hey all, > > As discussed in the "Recurring (Virtual) Community 'Meetups'" thread a > week or so back, we're going to try holding a virtual community meetup > this coming Mond

Re: localSettings no longer needed

2023-02-06 Thread David Smiley
Woohoo! Thanks Calvin for implementing my proposal :-) ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Mon, Feb 6, 2023 at 11:33 AM Kevin Risden wrote: > Thanks to Calvin Cowie and SOLR-16641 - `./gradlew localSettings` is no > longer needed prior

localSettings no longer needed

2023-02-06 Thread Kevin Risden
Thanks to Calvin Cowie and SOLR-16641 - `./gradlew localSettings` is no longer needed prior to invoking other Gradle commands (ie: check). gradle.properties will be generated the first time gradlew is run. gradle.properties can be updated and documentation has been updated to explain how. As of now