How to implement custom transform class

2022-10-17 Thread Teresa McMains
Hi. I have a client using solr version 5.5.x. We're using solr within a third party application which calls a URL to return some documents which it will display on a web page. The URL has become ridiculously long and I would like to switch it to use a custom transformer and have read the documen

Re: solr 9 standalone crashed after few hours - PhaseIdealLoop::build_loop_late_post_work

2022-10-17 Thread solr
> On 16 Oct 2022, at 22:08, Shawn Heisey wrote: > > On 10/13/22 14:42, solr wrote: >> Hi - both our examples from the previous posting seems to be related to >> compiling: com.github.benmanes.caffeine.cache.BoundedLocalCache: > > The original message talked about running Solr, not compiling

Re: solr 9 standalone crashed after few hours - PhaseIdealLoop::build_loop_late_post_work

2022-10-17 Thread Kevin Risden
Creating an image based on JDK 11 is being worked on here: https://issues.apache.org/jira/browse/SOLR-16463 Kevin Risden On Mon, Oct 17, 2022 at 11:28 AM solr wrote: > > > > On 16 Oct 2022, at 22:08, Shawn Heisey wrote: > > > > On 10/13/22 14:42, solr wrote: > >> Hi - both our examples from t

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-17 Thread Jason Gerlowski
Hey all, Wanted to give a quick update (and additional "plug") on this front. After a bit of delay, we're finally ready to kick things off with a short 1-hour discussion, "Contributing to Solr", as a sort of interactive, informal demo of how to get started in the community and in contributing. (

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-17 Thread Anakhe Ajayi
Option 1 works for me, will be there On Mon, Oct 17, 2022 at 6:40 PM Jason Gerlowski wrote: > Hey all, > > Wanted to give a quick update (and additional "plug") on this front. > > After a bit of delay, we're finally ready to kick things off with a > short 1-hour discussion, "Contributing to Solr

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-17 Thread Alessandro Benedetti
Option 1 works for me! Cheers On Mon, 17 Oct 2022, 20:14 Anakhe Ajayi, wrote: > Option 1 works for me, will be there > > On Mon, Oct 17, 2022 at 6:40 PM Jason Gerlowski > wrote: > > > Hey all, > > > > Wanted to give a quick update (and additional "plug") on this front. > > > > After a bit of d

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-17 Thread Atita Arora
Option 1 also for me :) Looking forward to it. On Mon, 17 Oct 2022, 20:35 Alessandro Benedetti, wrote: > Option 1 works for me! > > Cheers > > On Mon, 17 Oct 2022, 20:14 Anakhe Ajayi, wrote: > > > Option 1 works for me, will be there > > > > On Mon, Oct 17, 2022 at 6:40 PM Jason Gerlowski > >

Re: HTTP ERROR 500 java.lang.NoClassDefFoundError: Lorg/apache/lucene/index/Term

2022-10-17 Thread Matthew Castrigno
Hello Jan, In an attempt to workaround this issue I re-created my core but ran into the issue again after adding a script with the script update processor and then adding a default parameter of json.command= false. Do you have any suggestions as to a work around? Can I expect the unix version t

Re: Solr Contributor Bootcamp announced to coincide with ApacheCon USA

2022-10-17 Thread preeti kumari
Option 1 works for me too. Thanks On Tue, 18 Oct 2022, 00:35 Atita Arora, wrote: > Option 1 also for me :) > Looking forward to it. > > On Mon, 17 Oct 2022, 20:35 Alessandro Benedetti, > wrote: > > > Option 1 works for me! > > > > Cheers > > > > On Mon, 17 Oct 2022, 20:14 Anakhe Ajayi, wrote:

Re: How to implement custom transform class

2022-10-17 Thread Mikhail Khludnev
Hello, Teresa. It doesn't seem to like a case for the result transformer. Note: - Huge parameters can be sent via POST (and even get) in the request body/payload. Here's an example $curl --request GET --url http://localhost:8984/solr/testcore/select --header 'content-type: application/x-www-form-ur