- Issue created by @guymandude
- πΊπΈUnited States guymandude
Port 8989 is correct BTW, I changed the default.
My status page is flagging a scheme validation problem. It seems to be unable to find the schema_extra_types.xml file but I can verify it is in the path stated in the error: /var/solr/data/IAB/conf/schema_extra_types.xml
The indexer is working but my Views page is not filtering correctly and I'm not sure if its because of this.
The content type is using the Body field and it has been added as an indexed field but when I use an exposed filter and try to search on words in the body text I get no hits.
I have deleted the SOLR core and rebuilt, but it is exactly the same as before. Looking for some thoughts please. Thank you.
Whole Error from Status Page:
File schema_extra_types.xml could not be fetched from Solr server for validation: Solr endpoint http://10.1.1.7:8989/ not found (code: 404, body: { "responseHeader":{ "status":404, "QTime":0 }, "error":{ "metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"], "msg":"Can not find: schema_extra_types.xml [/var/solr/data/IAB/conf/schema_extra_types.xml]", "code":404 } }, message: Solr HTTP error: OK (404) { "responseHeader":{ "status":404, "QTime":0 }, "error":{ "metadata":["error-class","org.apache.solr.common.SolrException","root-error-class","org.apache.solr.common.SolrException"], "msg":"Can not find: schema_extra_types.xml [/var/solr/data/IAB/conf/schema_extra_types.xml]", "code":404 } }).
Active
4.3
Miscellaneous
Port 8989 is correct BTW, I changed the default.