I am unable to use the feature because the "Apache Solr exclude" tab is not displayed on the node edit form. I am logged in as user 1.

Comments

damontgomery’s picture

dayofthedave,

User 1 is a Drupal 6 concept. In Drupal 7, you must make sure you have the correct roles or permissions. See /admin/people/permissions#module-apachesolr_exclude_node.

You must also enable the feature for a node type in it's settings, for example, /admin/structure/types/manage/page. There is a checkbox at the bottom of the "Submission form settings" tab called "Enable excluding of nodes from Apache Solr".

Does that help at all?

beltofte’s picture

Category: bug » support

Have you done the following described on the project page?

Enable excluding of nodes in the submission form settings fieldset in the content type settings (e.g. admin/structure/types/page).

If not, then should you do it and it should solved the problem.

dayofthedave’s picture

Feel free to close this ticket. I wound up implementing the feature in another way. Thanks!

beltofte’s picture

Status: Active » Closed (cannot reproduce)
jamesquinton’s picture

I think it could be made clearer in the documentation where the "Enable excluding of nodes from Apache Solr" is. Currently it's not very clear, and took me having to read this thread before finding it...