This module does not work with ApacheSolr 6.x-2.x.
As I am new to ApacheSolr and how it integrates with CCK fields, I am not sure if this is a bug, or if it is the responsibility of this module to provide proper integration. Marking as support request for now, and will come back once I have found more information.
Comments
Comment #1
attheshow commentedSince Solr is not part of Drupal core and not something I personally use, I won't be working on integration for this at this time. Patches are certainly welcome though.
Comment #2
qasimzee commentedO come on, Solr is as important as Drupal core :) I am also exactly looking for this.
Comment #3
alex72rm commentedI really struggled to understand that the incompatibility was related to multiselect. As multiselect's maintainer does not want to solve the problem, I ask the support of Apache Solr if you can find a solution.
Comment #4
pwolanin commentedno, sorry
Comment #5
alex72rm commentedI'm not sure I understand the meaning of "no, sorry" and "closed, won't fix" status. It's a way of saying "I do not care", "It does not concern me" or, worse, "I close the thread because nobody cares"? In any case, this behavior does not seem to pursue the spirit of distribution of Drupal and its modules. Shouldn't we help each other to improve our CMS and make it better? On this topic I'd love to hear your point of view.
Regarding the specific problem, as it was my personal interest to solve the integration between the two modules, a survey of about half an hour, which involved the CCK-nodereference, multiselect and Apache Solr integration modules, I found a solution that is to add a few lines of code into apachesolr.module, specifically into function apachesolr_cck_fields() around line 1990 as the last entry of the array $mappings ['nodereference']:
It seems like the need for integration was due to a change in the module Apache Solr integration.
I hope that this patch, if improved with multiselect module installation check, may enter the code of Apache Solr integration.
Comment #6
nick_vhNot really sure what the point of this discussion or module was but as it currently is it will be a won't fix. If you really want this functionality I'd advice you to add it to the 7.x-1.x branch as a patch and see where it goes from there