Yep.

I have done this just few hours ago.
Let's download Solr source:

 wget http://it.apache.contactlab.it/lucene/solr/5.4.0/solr-5.4.0-src.tgz

untar the file.

I'm not sure we need, but I have already installed latest versions of: ant,
ivy and maven.

Then in the solr-5.4.0 directory I did this:

ant resolve

ant eclipse

Now you can import solr-5.4.0 as eclipse project.

Under the hood the ant "eclipse" task have created .project and .classpath
and .settings directory.

Now if you want debug, all you need to do is create with eclipse a java
remote debug configuration and start solr with the debugging parameters:

./solr start -m 4g a "-Xdebug
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=1044"

:)

On Tue, Jan 12, 2016 at 12:31 PM, Rodrigo Testillano <
rodrite.testill...@gmail.com> wrote:

> I need debug my custom processor (updateRequestProcessor)  in my Eclipse
> IDE. With old Solr version was possible, but with the solr like a service
> with jetty i don't know if exists some way to do
> --
> Un Saludo.
>
> Rodrigo Testillano Tordesillas.
>



-- 
Vincenzo D'Amore
email: v.dam...@gmail.com
skype: free.dev
mobile: +39 349 8513251

Reply via email to