Viewing 4 replies - 1 through 4 (of 4 total)
  • same question here…

    Plugin Author WPSolr free

    (@wpsolr)

    There is a quick fix for that.

    Edit your schema.xml, and comment out all copyField lines, like

    <copyField source="tags" dest="text"/>
    <copyField source="tags" dest="spell"/>
    <copyField source="tags" dest="autocomplete"/>

    Then reload your core, and reindex all your data.

    Thread Starter kokdemir

    (@kokdemir)

    Many thanks!

    Hi,

    I would like to indexing wp_user table on SOLR schema. So is it possible by this plugins. Because i see that this plugins is only allow post_type filed , taxonomy field for indexing and also custom field which are created on wp_postmeta. But my question is if i create custom field on wp_usermeta table or create new custom table than how i will be do indexing this data Or table on SOLR schema.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Restricting search engine to index only the content, exclude tags’ is closed to new replies.