I'm using Solr and ExtractingRequestHandler to index documents but I do not know how to do the equivalent of Tika setMaxStringLength().
It appears to be indexing all of the smaller documents but not all of the text of a large document, which might imply that it's not setting tika.setMaxStringLength(-1)
Is it possible to set the value in solrconfig.xml? Is it possible to pass the value along with other parameters when posting using curl?