RE: Nutch and HTTP headers

2019-03-13 Thread hany . nasr
Thank you Sebastian. I'm able to get the HTTP headers as you explained below. How can I index this value on Solr? What is the difference between protocol-okhttp and protocol-http? Kind regards, Hany Shehata Enterprise Engineer Green Six Sigma Certified Solutions Architect, Marketing and Communi

Re: Nutch and HTTP headers

2019-03-13 Thread Sebastian Nagel
Hi, > How can I index this value on Solr? 1. add the field "_response.headers_" to the Solr schema, see http://localhost:8983/solr/#/nutch/schema 2. set the property store.http.headers = true 3. you can test it sending a single document using the indexchecker: % bin/nutch indexchec