Error in indexing
-
manishParticipant2 months, 2 weeks ago #32841
I’ve having this error on indexing tab:
Please check your hosting, an exception occured while calling your search server:
Solr HTTP error: Bad Request (400) { “error”:{ “metadata”:[ “error-class”,”org.apache.solr.common.SolrException”, “root-error-class”,”org.apache.solr.common.SolrException”], “msg”:”org.apache.solr.search.SyntaxError: Query Field ‘description’ is not a valid field name”, “code”:400}}
Please provide any solution to prevent this.
Thank you,
ManishmanishParticipant2 months, 2 weeks ago #32848<?xml version=”1.0″ encoding=”UTF-8″ ?>
<schema name=”wpsolr” version=”1.6″>
<field name=”id” type=”string” indexed=”true” stored=”true” required=”true” multiValued=”false”/>
<field name=”_version_” type=”plong” indexed=”false” stored=”false”/>
…
<copyField source=”tags” dest=”tagssrch”/>
<copyField source=”categories” dest=”categoriessrch”/></schema>
wpsolrKeymaster2 months, 2 weeks ago #32851I suggest to create a new Solr index
manishParticipant2 months, 2 weeks ago #32855I have created a new index, indexing is not working. Here is the schema.xml
<?xml version=”1.0″ encoding=”UTF-8″ ?><schema name=”opensolr-crawler-solr9.x” version=”2.0″>
<!–OPENSOLR WEB CRAWLER FIELDS–>
<field name=”id” type=”string” indexed=”true” stored=”true” />
…
<fieldType name=”tdate” class=”solr.TrieDateField” precisionStep=”6″ positionIncrementGap=”0″/>
<fieldType name=”ignored” stored=”false” indexed=”false” multiValued=”true” class=”solr.StrField” /></schema>
wpsolrKeymaster2 months, 2 weeks ago #32856The latest schema is from Opensolr, but was not generated by WPSOLR.
Please follow the guide for Opensolr
You must be logged in to reply to this topic.