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.
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
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
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