-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 4.10.3
-
Component/s: contrib - Solr Cell (Tika extraction)
-
Labels:None
While testing my large scale Tika/SolrCell indexing (great work on /extraction guys, really really appreciate it) on my 40M image dataset, I was pulling my frickin' hair out trying to figure out why the TesseractOCR extracted content wasn't actually making it into the index. Well I figured it out lol (many many System.out.printlns later) - it's the disabling of div tags (=>ignored) in the default solrconfig.xml. This basically renders TesseractOCR output in SolrCell useless since it is surrounded by a div tag.