I've got a version of the indexchecker that does that, as well as providing a 
telnet server. I was just thinking to open an issue about that this afternoon!  
 
-----Original message-----
> From:Sebastian Nagel <[email protected]>
> Sent: Tuesday 2nd July 2013 22:29
> To: [email protected]
> Subject: Re: no digest field avaliable
> 
> Hi Christian,
> 
> > no field "digest" showing up in the indexchecker
> That's correct to some extend. The class of indexchecker
> is called IndexingFiltersChecker and it shows the fields
> added by the configured IndexingFilters. The field digest
> is added as a field by the class IndexerMapReduce. The digest or
> signature is used to detect notmodified pages. Hence, it's
> central to crawling and is stored in CrawlDb and segments.
> But it may be a good idea to add it to indexchecker,
> although it's not added by a indexing filter plugin.
> 
> > thus not in our Solr
> That should not happen. Which Solr version is used?
> Is Nutch's schema.xml properly deployed and loaded
> by Sorl?
> 
> Sebastian
> 
> On 07/02/2013 09:03 AM, Christian Nölle wrote:
> > Hi everbody,
> > 
> > I got a problem concering solrdedup. We got a field digest in solr, 
> > solrindex-mapping for digest is
> > fine as well, but there is no field "digest" showing up in the indexchecker 
> > and thus not in our
> > solr, when performing a real crawl.
> > 
> > Is there anything missing? Are we missing a crucial bit of configuration?
> > 
> > List of enabled plugins:
> > 
> > <value>protocol-httpclient|protocol-http|urlfilter-regex|parse-(html|tika|metatags)|index-(basic|more|anchor|static|metadata)|scoring-opic|urlnormalizer-(pass|regex|basic)|language-identifier|urlmeta|headings</value>
> > 
> > 
> 
> 

Reply via email to