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