highlighting on all hierarchies in nested documents

2022-11-20 Thread 123456780sss
Hey everybody, We use Solr 8.6.3 and we have a nested collection with multiple hierarchies within it. We would like to query the collection and get a highlighted response on all of the hierarchies. Is it possible? Where can we find an example of the syntax? We used query parser "parent" in order

Commit Process

2022-11-20 Thread Maulin Rathod
Hi, For our requirement, we have implemented PageStreaming Decorator to allow results to be displayed with pagination. We want to commit it to the Solr main branch. Do I need any permission for commiting? I understand we need to perform the following steps to commit it in solr.. 1) Create solr

Re: Commit Process

2022-11-20 Thread Alessandro Benedetti
After point 5 you need to draw the attention of one or more free committers that will need to review the pull request. If they agree the contribution is valid and in an acceptable form, the code will be merged. This will require some time, especially for the first contributions. The more you becom

Re: Commit Process

2022-11-20 Thread Brad Burke
Can someone please unsubscribe me from this list. I have tried the auto unsubscribe many times. I have gone to the Apache site and auto generated the unsub. Or give me the address of someone to contact It should be this hard to unsubscribe. On Sun, Nov 20, 2022 at 8:31 AM Maulin Rathod wrote

Re: How to write custom Solr plugin that can be called core container level instead of core level

2022-11-20 Thread Shawn Heisey
On 11/19/22 21:38, gnandre wrote: Thanks, Shawn. I am a bit wary of creating a total core just for this health check purpose. Isn't it a bit expensive to create a core, considering the caches and so many things it registers? Or, is it fine in which case I might just proceed with that solution.

Re: Commit Process

2022-11-20 Thread Shawn Heisey
On 11/20/22 10:40, Brad Burke wrote: Can someone please unsubscribe me from this list. I have tried the auto unsubscribe many times. I have gone to the Apache site and auto generated the unsub. Or give me the address of someone to contact It should be this hard to unsubscribe. Just send an

[ANNOUNCE] Apache Solr 9.1.0 released

2022-11-20 Thread Ishan Chattopadhyaya
The Solr PMC is pleased to announce the release of Apache Solr 9.1.0. Solr is the popular, blazing fast, open source NoSQL search platform from the Apache Solr project. Its major features include powerful full-text search, hit highlighting, faceted search, dynamic clustering, database integration,

Re: How to write custom Solr plugin that can be called core container level instead of core level

2022-11-20 Thread gnandre
Thanks, Shawn. This is very helpful. I will use this solution! On Sun, Nov 20, 2022 at 12:56 PM Shawn Heisey wrote: > On 11/19/22 21:38, gnandre wrote: > > Thanks, Shawn. I am a bit wary of creating a total core just for this > > health check purpose. > > Isn't it a bit expensive to create a cor