I am now to Solr and Nutch. I have a question on the field mapping in solr / nutch schema.xml. I want solr/nutch pickup some keywords from one of my website. I know that the schema.xml has a field mapping section to allow me to do so. What I want to know is how should I put the keyword field in the HTML ? Should I just hte HTML hidden field:
<input type="hidden" name="keyword" .... />
Or should I use the
<meta/>
tag ?