Why is the error as :
org.apache.tika.sax.WriteOutContentHandler$WriteLimitReachedException: Your
document contained more than 100000 characters, and so your requested limit
has been reached. To receive the full text of the document, increase your
limit. (Text up to the limit is however available).
        at
org.apache.tika.sax.WriteOutContentHandler.characters(WriteOutContentHandler.java:140)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)
        at
org.apache.tika.sax.xpath.MatchingContentHandler.characters(MatchingContentHandler.java:85)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)
        at
org.apache.tika.sax.SecureContentHandler.characters(SecureContentHandler.java:270)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)
        at
org.apache.tika.sax.ContentHandlerDecorator.characters(ContentHandlerDecorator.java:146)


when i added this in solrconfig.xml
<requestDispatcher handleSelect="false" >
  <requestParsers enableRemoteStreaming="true"
multipartUploadLimitInKB="200048" />
    </requestDispatcher>



--
View this message in context: 
http://lucene.472066.n3.nabble.com/document-contained-more-than-100000-characters-tp4107792.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to