There are some double fields in the response have values as “NaN”, however, i know the indexed fields have valid values. However, in Eclipse, how to debug and where to locate the code that write the response out? Hmm…i am able to start tomcat in eclipse and invoke a request from browser, but how to debug the response and where?
I am new to solr, any of your help will be highly appreciated.
You can go to Run->Add Class Load Breakpoints… and add your response class name. You will hit this breakpoint when class’ constructor is called.