• Hi,

    I’m trying to configure Solr for WordPress plugin with Solr 4. It seems that is necessary some changes. I did the following:

    1. solr.EnglishPorterFilterFactory is deprecated. I replaced it with “SnowballPorterFilterFactory with language=”English”.

    2. Disabled transaction log in solrconfig.xml file:

    <!– <updateLog>
    <str name=”dir”>${solr.data.dir:}</str>
    </updateLog> –>

    The connection to Solr is ok but it continues reporting an error with “commit” function. It seems it using a deprecated option. Do you know the exact changes in the schema file to support Solr version 4?

    Thanks,

    Beltran

    http://wordpress.org/extend/plugins/solr-for-wordpress/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Solr version 4’ is closed to new replies.