plone - Solr schema.xml changes not recognized by Solr -
i made tiny change in schema.xml
file. thing did changing stopwords file stopfilter uses: <filter class="solr.stopfilterfactory" ignorecase="true" words="stopwords.txt" />
changed <filter class="solr.stopfilterfactory" ignorecase="true" words="stopwords_de.txt" />
stopwords_de.txt
predefined set of stopwords provided solr.
however, problem changes in schema won't applied when reindex. checked solr admin ui schema browser field , stopfilter still uses old stopwords file after reindexing.
do need reload core or restart solr these changes apply? far reindexing did job fine.
i using collective solr 4.1.0 search on our plone 4.2.6 system.
restart server. also, have @ documentation reloading core.
http://localhost:8983/solr/admin/cores?action=reload&core=yourcorename
reload core without restarting server.
please note since solr 4.0, not reload (e.g. changes in <datadir>
ignored). can refer solr-3592 more information on topic.
Comments
Post a Comment