I want to remove a field that Solr is indexing. I can't figure out why it's including it in the first place, but this module is very close to the solution. Would it be possible to enable the checkboxes for fields that are already included, so they could be removed from the list the Solr uses?

Comments

robbin.zhao’s picture

You can go to the config for some one filed, and then, there is an checkbox labeled 'index', you can uncheck this.
hope it is helpful.

jcl324’s picture

But the field I want to uncheck is disabled, it won't let me uncheck it! Why are some CCK fields already checked?

robbin.zhao’s picture

the work flow is like this,
for cck fields, on this page admin/settings/apachesolr/custom-fields, you can check 'in solr' to index a cck field, after you submit the form, then there is a link 'config', go to that page, if you don't want to index this field, uncheck the 'index' checkbox to unindex this field.