Closed (fixed)
Project:
Apache Solr Biblio
Version:
6.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2009 at 18:22 UTC
Updated:
15 Dec 2009 at 16:45 UTC
I'd like to try this out, I got it via CVS, but once installed in Drupal it can't find the table, and resulting fields. What would the commands be to create the necessary tables/fields for this to work? Thanks, this will be very useful for my Biblio instance.
Comments
Comment #1
David Lesieur commentedDo you mean that the 'apachesolr_biblio_fields' table is missing? If so, have you made sure to also get the apachesolr_biblio.install file before enabling the module?
Comment #2
phil.cryer commentedLong story short, yes, the 'apachesolr_biblio_fields' table is missing.
Details:
I have Biblio, Apachesolr-biblio all enabled and working:
Apache Solr Biblio - Adds Biblio fields to the Solr index for faceted search - Depends on: Biblio (enabled), Apache Solr framework (enabled), Taxonomy (enabled), Search (enabled)Within the Apachesolr settings I have this listed:
Biblio: Filter by Citation ContributorBut anytime I hit the search page, I get the following:
And looking at my database it's true, I don't have that table cite.apachesolr_biblio_fields:
I have disabled/renabled the modules, yet that table is not created. What should create it, and/or how do I create it by hand? Thanks
Comment #3
David Lesieur commentedI think the following steps will help:
Comment #4
phil.cryer commentedThank you David, this fixed my problem