SolrException: Internal Server Error

前端 未结 5 752
小蘑菇
小蘑菇 2020-12-30 09:36

I am working on Solr in my application. I am using apache-solr-solrj-1.4.0.jar.

When I try to call add(SolrInputDocument doc) from Common

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-30 10:28

    I am very unsure, but in this thread

    http://www.mail-archive.com/solr-user@lucene.apache.org/msg08048.html

    they recommend to use

    true
    

    and

    simple
    

    I think this should be safe as long as you access the index through solr or solrj (not though lucene!).

    Any other ideas?

提交回复
热议问题