Solr DataImportHandler is not indexing all data defined

后端 未结 3 1225
我寻月下人不归
我寻月下人不归 2020-12-22 08:53

I am using solr5.3.

I am trying to upload wikipedia page article dump to solr using \"DataImportHandler\" but I am getting only id and title files when i am queryin

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-22 09:12

    The provided setting will work fine with classic schema only. But at solrconfig by default managed schema was enabled. Due to which I was not getting text. For managed schema I need not to define "schema.xml" and I should define fields in data-config.xml like below.

     
                
                
                
                
                
                
                
    

提交回复
热议问题