Does anyone know how to make the SOLR-module work with CCK?

In the readme it says "Alter the hook functions below as appropriate and add to your custom node type-handling modules.". Whis module is that, when I use cck?

All help will be much appreciated !!

Kind regards
Nikolai

Comments

hickory’s picture

There was some (theoretical) discussion of this in an earlier issue, but I don't know if anyone's actually implemented this for CCK nodes yet.

johsw’s picture

As I start I've foun out that the two functions that should be added "to your custom content type-handling modules" (as pr readme.txt) should be placed in node.module, with the names node_content_solr and node_content_update_index_solr.

I've still not managed to make it start indexing. I get a 404-error. My settings must be wrong.

/J.

dgtlmoon’s picture

try the apacheSolr module for better CCK support