I have set following in my solrconfig.xml and it works.
<lockType>simple</lockType> <unlockOnStartup>true</unlockOnStartup>
Also, set following to avoid write lock exceptions on index directory:
<maxFieldLength>10000</maxFieldLength> <writeLockTimeout>60000</writeLockTimeout> <commitLockTimeout>60000</commitLockTimeout>
Read full article from search - SolrException: Internal Server Error - Stack Overflow
No comments:
Post a Comment