I followed the installation instruction on the Apache Solr Search Integration module page. Everything seems to be working. Solr is working and I can see it generating messages in the command interface when I run cron to re-index. I can query the Drupal site contents in the Solr admin interface and see data from my site. Search on Drupal seems to work, althought the search result looks exactly the same as before I install Solr. I enabled all the facet blocks, but none can show up on the search/node page. Is the module actually working?

Comments

codedigger’s picture

Priority: Critical » Normal

Upon further testing, it seems like it is an incompatibility between Active Search of Javascript Tools module and ApacheSolr. If Active Search is turned on, the facet blocks for AparcheSolr will not show up.

Also, another not so obvious issue is that the Apache Solr search is on a separate "Search" tab on the search page (search/apachesolr_search/). It was not explained in the instruction and many people would not have figured it out right the way.

robertDouglass’s picture

Status: Active » Fixed

I'll add a note about these points to the instructions. Thanks.

chuckdeal97’s picture

We had a similar problem where the facet blocks were not showing up or worse the blocks contained the wrong facet data. We found that it was because we had block caching turned on. Once we turned that off, our facet block problem went away. Is this something that could be fixed in the module or can we not use block caching with this module?

robertDouglass’s picture

I'm opening an issue up to specify block caching for facet blocks. Thanks for reporting.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

shariharan’s picture

I have the same issue.

The Solr sever pings and the index is made 100%. The default search yields solr results, but it won't show the faceted blocks.

There is a new tab "search" which shows the faceted blocks but no search results.

I turned off block cahe and JS Tools. Still the problem persists.

Francewhoa’s picture

Same here. I found a solution and posted at http://drupal.org/node/504766
Search down the page.