I am moving data from our production dspace 7.6 server to our development dspace 7.6 server and I am repeatedly receiving this error:
holobetj dspace $ dsp /opt/dspace/bin/dspace solr-import-statistics -c
No index name provided, defaulting to "statistics".
Exception: Error from server at
http://localhost:8983/solr/statistics: Exception writing document id 01072706-6b8a-420d-9bc0-cc637bce3df4 to the index; possible analysis error: Document contains at least one immense term in field="query" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[117, 110, 101, 120, 105, 115, 116, 105, 110, 103, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46]...', original message: bytes can be at most 32766 in length; got 34396. Perhaps the document has an indexed string field (solr.StrField) which is too large
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at
http://localhost:8983/solr/statistics: Exception writing document id 01072706-6b8a-420d-9bc0-cc637bce3df4 to the index; possible analysis error: Document contains at least one immense term in field="query" (whose UTF8 encoding is longer than the max length 32766), all of which were skipped. Please correct the analyzer to not produce such terms. The prefix of the first immense term is: '[117, 110, 101, 120, 105, 115, 116, 105, 110, 103, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46, 46, 47, 46]...', original message: bytes can be at most 32766 in length; got 34396. Perhaps the document has an indexed string field (solr.StrField) which is too large