0
votes
1answer
30 views

Apache solr search words, but the search pages yield no results

I have Drupal 7 set up with Search API and Apache Solr. It was working for a while but after a lot of configuration has been done, modules installed, etc. The search no longer yields results. I ...
0
votes
0answers
32 views

Search and a large amount of nodes

I plan to drupalize a site, where I need to search through 800'000+ nodes from the same content type. This content type has a title and two node reference fields. Out of these two referenced fields, I ...
0
votes
1answer
99 views

Apache solr search integration at live site

I have a Drupal site configured to use the Apache Solr module for searching. I developed it using a local server on my machine. This works fine once everything is indexed. I need to make this ...
2
votes
1answer
199 views

Search api & solr search => no results found

Configuration: I am using Drupal 7, search api and search api solr. Description & problem: I am trying to use search api and solr search(as a back end) to search for nodes. I have a solr server ...
0
votes
1answer
97 views

Exclude taxonomy terms from search_excerpt in snippet

In search-result.tpl.php or in preprocess_search_result function, I want to keep $snippet. It is a great view to display search results. But Apache Solr results, or Search module results, are ...
1
vote
1answer
261 views

Seach API Solr database service

I have a Drupal 7 installation on Linux with Tomcat 6 and Apache Solr. Drupal can connect to Apache Solr, but the search only works for the "database service" class, even though I used the same ...