Active
Project:
Apache Solr Custom Fields
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Mar 2012 at 18:20 UTC
Updated:
8 Apr 2012 at 05:36 UTC
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
Comment #1
robbin.zhao commentedYou 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.
Comment #2
jcl324But the field I want to uncheck is disabled, it won't let me uncheck it! Why are some CCK fields already checked?
Comment #3
robbin.zhao commentedthe 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.