Solr ExtractingRequestHandler extracting “rect” in links
问题 I am utilizing solr ExtractingRequestHandler to extract and index HTML content. My issue comes to the extracted links section that it produces. The extracted content returned has "rect" inserted where they do not exist in the HTML source. I have my solrconfig cell configuration as follows: <requestHandler name="/upate/extract" startup="lazy" class="solr.extraction.ExtractingRequestHandler" > <lst name="defaults"> <str name="lowernames">true</str> <!-- capture link hrefs but ignore div