Re: MoreLikeThis highlighting question

2023-02-09 Thread Grace Sainsbury
mponent in it via solrconfig.xml. > So, there are two options: someone makes hands dirty to plug > HighlightingComponent into MLTHandler; or you can switch to MLT Query, > which should be highlighted by the standard SearchHandler flow. > > On Wed, Feb 8, 2023 at 11:57 PM Grace Sainsbur

MoreLikeThis highlighting question

2023-02-08 Thread Grace Sainsbury
Thanks again for fixing the NPE issue so quickly. I've noticed another issue, but I'm not sure if it's a configuration issue on my end. If I enable highlighting by providing the hl and hl.q parameters, I don't get any highlighting in the results. There is no highlighting section in the returned res

Re: NullPointerException when using facets in More Like This Query

2023-02-08 Thread Grace Sainsbury
Thanks for the quick fix! It seems to have resolved the issue. On Tue, 7 Feb 2023 at 16:29, Mikhail Khludnev wrote: > https://github.com/apache/solr/pull/1339 > Reviews are welcome. > > On Tue, Feb 7, 2023 at 10:54 PM Grace Sainsbury wrote: > > > I've crea

Re: NullPointerException when using facets in More Like This Query

2023-02-07 Thread Grace Sainsbury
at > > org.apache.solr.handler.MoreLikeThisHandler.handleRequestBody(MoreLikeThisHandler.java:223) > ~[main/:?] > at > > org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:224) > ~[main/:?] > at org.apache.solr.core.SolrCore.execute(SolrCore.java:28

Re: NullPointerException when using facets in More Like This Query

2023-02-06 Thread Grace Sainsbury
Hi Mikhail, I don't have an account to file a JIRA ticket. Grace On Mon, 6 Feb 2023 at 13:37, Mikhail Khludnev wrote: > Hello, Grace. > It seems like a bug deserves a JIRA issue at least. > > On Mon, Feb 6, 2023 at 9:07 PM Grace Sainsbury wrote: > > > I have a More

NullPointerException when using facets in More Like This Query

2023-02-06 Thread Grace Sainsbury
I have a MoreLikeThis query handler set up on my index: all 10 text If I use faceting on a query with no no tagging and exclusion everything works as expected. eg: /mlt?facet.field=genre&facet.mincount=1&facet=true&fq=genre:{GENRE_VALUE}&indent=true&q.op=OR&q=id: