Re: Using Nutch Segments

2015-10-30 Thread Imtiaz Shakil Siddique
You can check your solr admin panel . it should be like http://localhost:8983/solr/ >From there go -->your solr core-->query Inside the query box type *:* Then solr will display 10 documents from its index. You can check the fields and its contents. Solr searches in the text field out of the box.

Re: Using Nutch segments

2015-10-28 Thread Erik Hatcher
I can’t speak specifically as I’m not familiar with the details of Nutch’s solrindex command, but in general if I’ve got some data and want to feed it to Solr and iterate a bit on the schema as you’ll inevitably need to tinker with, I do these things: $ # set up initial or adjust schema/config

Using Nutch segments

2015-10-28 Thread Salonee Rege
We are directly using bin/nutch solrindex command to post our Nutch segments on Solr . How can we figure out what changes to make in the schema.xml from the content in our segments. Kindly help *Salonee Rege* USC Viterbi School of Engineering University of Southern California Master of Computer Sci

Using Nutch Segments

2015-10-27 Thread Salonee Rege
We have crawled data using Nutch and now we want to post the nutch segments to Solr to index that. We are following this link https://wiki.apache.org/nutch/bin/nutch%20solrindex.But how to check what to query.As we are directly posting the JSON of the Nutch segments to solr.Kindly help. Thanks an