A little late to this thread, but there's also a script here:
https://issues.apache.org/jira/browse/SOLR-11492 for easy setup of a local
cluster with debugging ports already open. Been waiting for some sign that
someone other than me finds it useful before actually adding it to the
project however.
after running *'ant eclipse'* in the root folder of solr, I try to import
the project in eclipse by selecting the solr home source directory, but no
project is imported.
do eclipse support ant out of the box? can we create a maven project from
source and import it in eclipse?
I tried to use *'ant r
I use IntelliJ too, but I'm sure Eclipse has the same capability.
Don't get hung up on running Solr within your IDE. I find it very easy
to attach to a "remote" debugging session, takes about 10 seconds to
set up.
Also, it's often easier to _not_ run solr at all, but rather find a
unit test that g
Not sure how accurate that post is anymore. Since then I switched to
IntelliJ and life got easier :)
On Fri, Jan 18, 2019 at 4:03 PM David Smiley
wrote:
> On Fri, Jan 18, 2019 at 9:20 AM Scott Stults <
> sstu...@opensourceconnections.com> wrote:
>
> > This blog article might help:
> >
> >
> http
On Fri, Jan 18, 2019 at 9:20 AM Scott Stults <
sstu...@opensourceconnections.com> wrote:
> This blog article might help:
>
> https://opensourceconnections.com/blog/2013/04/13/how-to-debug-solr-with-eclipse/
>
>
I don't use Eclipse but I believe things are better now than the
instructions given. T
This blog article might help:
https://opensourceconnections.com/blog/2013/04/13/how-to-debug-solr-with-eclipse/
On Fri, Jan 18, 2019 at 6:53 AM SAGAR INGALE
wrote:
> Can anybody tell me how to debug solr in eclipse, if possible how can I
> build a maven project and launch the jetty server in d
Can anybody tell me how to debug solr in eclipse, if possible how can I
build a maven project and launch the jetty server in debug mode?
Thanks. Regards