This is from the log:
...
INFO: adding queryResponseWriter
jdbc=com.lss.search.request.JDBCResponseWriter
10/05/2007 21:11:39 com.lss.search.request.JDBCResponseWriter init
INFO: Init JDBC reponse writer      //This is added from the ini of the
class to see that it's actually finding the right one
...
10/05/2007 21:11:44 org.apache.solr.core.SolrCore execute
INFO: null jdsn=4&start=0&q=white&wt=jdbc&qt=standard&rows=90 0 1442
10/05/2007 21:11:44 org.apache.solr.core.SolrCore close


This is from the JDBCResponseWriter code:

public void write(Writer writer, SolrQueryRequest request, SolrQueryResponse
response) throws IException {
                log.info("USING JDBC RESPONSE WRITER");


The line "USING JDBC RESPONSE WRITER" doesn't appear in the log.

Thanks,
Debra
-- 
View this message in context: 
http://www.nabble.com/Costume-response-writer-tf3721357.html#a10418873
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to