<div dir="ltr"><div dir="ltr">Thanks, I used solr-config-7.7.0.xml as a replacment, it works.<br><br>I'll compare solr-schema-7.7.0.xml with dovecot-2.3.5.2/doc/solr-schema.xml and find out the difference.</div><div dir="ltr"><br></div><div>Thanks.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Apr 23, 2019 at 11:46 AM Shawn Heisey via dovecot <<a href="mailto:dovecot@dovecot.org">dovecot@dovecot.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 4/22/2019 9:31 PM, luckydog xf via dovecot wrote:<br>
> <a href="https://wiki.dovecot.org/Plugins/FTS/Solr" rel="noreferrer" target="_blank">https://wiki.dovecot.org/Plugins/FTS/Solr</a><br>
> Only offers a solr-7.7.0 solrconfig.xml, does it apply to solr-8.0.0?<br>
<br>
If the config was actually designed for 7.7, then it will work in 8.0. <br>
If it was designed for 5.x or 6.x, there's a chance it won't work.<br>
<br>
It sounds like you have a solrconfig.xml file and a schema file that are <br>
not matched to each other.<br>
<br>
The schema file found here looks to me like it will work in 8.0:<br>
<br>
<a href="https://raw.githubusercontent.com/dovecot/core/master/doc/solr-schema-7.7.0.xml" rel="noreferrer" target="_blank">https://raw.githubusercontent.com/dovecot/core/master/doc/solr-schema-7.7.0.xml</a><br>
<br>
I think instead of using a solrconfig.xml that comes with Solr, you <br>
should be using the one made for dovecot:<br>
<br>
<a href="https://raw.githubusercontent.com/dovecot/core/master/doc/solr-config-7.7.0.xml" rel="noreferrer" target="_blank">https://raw.githubusercontent.com/dovecot/core/master/doc/solr-config-7.7.0.xml</a><br>
<br>
I do see a potential problem with that config, though ... there is <br>
config that sets the df parameter (default field) to a field named <br>
"_text_" (with underscores) ... this field does not exist in the schema.<br>
<br>
Thanks,<br>
Shawn<br>
</blockquote></div>