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.
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
Comment #1
damontgomery commenteddayofthedave,
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?
Comment #2
beltofteHave 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.
Comment #3
dayofthedave commentedFeel free to close this ticket. I wound up implementing the feature in another way. Thanks!
Comment #4
beltofteComment #5
jamesquinton commentedI 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...