Posted by slnm on March 29, 2010 at 9:08pm
I have Apache Solr Search Integration 6.x-1.0-RC3. I have several taxonomies. Solr is happily searching them and I've enabled facet blocks for them. All is fine except when I try to enable a facet that wasn't enabled before (via admin/settings/apachesolr/enabled-filters) and enable the associated block (via admin/build/block/list/) and save the block change, the block doesn't appear.
Am I forgetting something? Suggestions?
Thanks.
Comments
One thing I've figured out is
One thing I've figured out is that if I associate a term with the taxonomy I'm trying to get a facet for and then try to find the record via this URL:
search/apachesolr_search/?filters=tid%3A
Solr finds no records. I'm reindexing now to see if that solves the problem. Should I need to reindex when the association between nodes and taxonomies changes? Should running cron a few times be enough?
I'm imagining that I don't get a facet block for this new taxonomy because Solr doesn't see any records associated with it.
Thanks.
have you assigned the faceted
have you assigned the faceted taxonomy blocks to the sidebar?
Yes, I have.
Yes, I have.
So, re-indexing and running
So, re-indexing and running cron enough times updated the tagonomy info for Solr and now my facet appears.