Re: Run solr in cloud mode and debug from intellij

2024-02-24 Thread Vincenzo D'Amore
t;> Hello Rajani and Vincenzo, > >> > >> Thank you for your valuable feedback on the setup experience! > >> > >> Absolutely, yes please to updating the docs. No JIRA ticket needed IMHO. > >> > >> Best wishes, > >> Christine > >&

Re: Run solr in cloud mode and debug from intellij

2024-02-23 Thread Jan Høydahl
>> From: users@solr.apache.org At: 02/20/24 10:34:23 UTCTo: >> users@solr.apache.org >> Cc: solr-u...@lucene.apache.org >> Subject: Re: Run solr in cloud mode and debug from intellij >> >> Should I create an issue (improvement) on jira first? >> >>

Re: Run solr in cloud mode and debug from intellij

2024-02-23 Thread Vincenzo D'Amore
ache.org At: 02/20/24 10:34:23 UTCTo: > users@solr.apache.org > Cc: solr-u...@lucene.apache.org > Subject: Re: Run solr in cloud mode and debug from intellij > > Should I create an issue (improvement) on jira first? > > > On Tue, Feb 20, 2024 at 11:29 AM Vincenzo D'Amore

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Christine Poerschke (BLOOMBERG/ LONDON)
...@lucene.apache.org Subject: Re: Run solr in cloud mode and debug from intellij Should I create an issue (improvement) on jira first? On Tue, Feb 20, 2024 at 11:29 AM Vincenzo D'Amore wrote: > Thanks, I'm going to do it. > > On Tue, Feb 20, 2024 at 11:23 AM Mikhail Khludnev wrote: > &g

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Should I create an issue (improvement) on jira first? On Tue, Feb 20, 2024 at 11:29 AM Vincenzo D'Amore wrote: > Thanks, I'm going to do it. > > On Tue, Feb 20, 2024 at 11:23 AM Mikhail Khludnev wrote: > >> Yeah. Agree. A little bit cryptic. I'm up to approve your PR! >> >> On Tue, Feb 20, 20

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Thanks, I'm going to do it. On Tue, Feb 20, 2024 at 11:23 AM Mikhail Khludnev wrote: > Yeah. Agree. A little bit cryptic. I'm up to approve your PR! > > On Tue, Feb 20, 2024 at 12:59 PM Vincenzo D'Amore > wrote: > > > Hi Mikhail, thanks for sharing. > > Maybe I haven't read the documentation ca

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Mikhail Khludnev
Yeah. Agree. A little bit cryptic. I'm up to approve your PR! On Tue, Feb 20, 2024 at 12:59 PM Vincenzo D'Amore wrote: > Hi Mikhail, thanks for sharing. > Maybe I haven't read the documentation carefully, but I had the same > trouble, I spent a few hours struggling to understand how to build and

Re: Run solr in cloud mode and debug from intellij

2024-02-20 Thread Vincenzo D'Amore
Hi Mikhail, thanks for sharing. Maybe I haven't read the documentation carefully, but I had the same trouble, I spent a few hours struggling to understand how to build and debug Solr locally. What do you think if we mention this resource directly into https://github.com/apache/solr/blob/main/dev-do

Re: Run solr in cloud mode and debug from intellij

2024-02-19 Thread Mikhail Khludnev
Hello Rajani This might be particularly useful https://github.com/apache/solr/blob/main/dev-docs/solr-source-code.adoc ./gradlew dev will create a Solr executable suitable for development. Change directories via cd ./solr/packaging/build/dev and run the bin/solr script to start Solr. It will also

Run solr in cloud mode and debug from intellij

2024-02-19 Thread rajani m
Hi Solr Devs, Are there any docs to debug solr in cloud mode from intellij? I found this [1] article which covers what I am looking for but it is from 2015, could you take a look and verify if all still apply as of today? In that artic