I am developing a drupal site (multi-domain). The site has 3 subdomains. Each of these subdomains are tied to a main domain. These sub-domains have CCK custom node (node type is shopping). I want to search on each of these sub-domains for fields of the custom node (on title, body, desritption etc) using apache_solr. I set up the apache solr (http://209.172.55.69:8983/solr/admin/) correctly and ran the cron on all three sub domains separately one after another.
I don't get any results on any of the sub-domains using solr search module. I ran cron many types. But always get 0 results using apache solr. Each of the sub-domains has 1 million + nodes.
What might have possibly gone wrong? Please help me.
Comments
Comment #1
solquimpo commentedThis is also a problem for me, and I'm only working on a single site.
Comment #2
jpmckinney commentedWhat is a "custom cck node"? A node whose node type has CCK fields? I can confirm such nodes index without a problem. Did you copy schema.xml and solrconfig.xml from this module to your Solr instance?
Comment #3
jpmckinney commentedComment #4
jpmckinney commentedNo reply from OP in 12 months.