I installed nutch and solr to scan the site and search in it; as you know, we can index meta tags of web pages in solr using syntax meta tag plugins (http://wiki.apache.org/nutch/IndexMetatags). Now I want to know if there is a way to scan another html solr tag that is not meta (plugin or anyway) as follows:
<div id=something> me specific tag </div>
indeed, I want to add a field to solr (something) that has the value "me specific tag" on this page.
any idea?
source share