Tagged Questions
0
votes
1answer
33 views
Advanced search: USASearch compared to Apache Solr Search implemented by Acquia
I have been asked by a US government agency to compare 2 different methods for
advanced search:
USASearch
Apache Solr Search implemented by Acquia
This agency already has a contract with Acquia ...
0
votes
2answers
21 views
Retrieving Apache Solr Search Filters
Is there a way to retrieve the current Search filters being used when using Apache Solr on Drupal?
For example: I have a website using facets which reference a taxonomy called colours. In this ...
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
1answer
31 views
Implementing redirection on node viewing without affecting solr search indexing
My logic demands that for a specific content type provided a node (Ex) node/123 has one if its CCK field named web link with a URL value like http://someothersite.com in it, viewing the given node ...
0
votes
1answer
8 views
Can you tag individual searches per search in order to apply different filters to each?
I've got a site where we use solr to generate some menu items and other custom lists as well as running the default search. The issue I'm running in to is all the different hook_apachesolr_query_alter ...
0
votes
0answers
19 views
Ignore an indexed field in an apachesolr search
I'm working with a D7 site with a functioning apachesolr integration. I have a field on a particular content type that I DO want in the index, to be searchable in the site-wide default search. ...
1
vote
1answer
77 views
Adjusting Apache Solr bias based on content length?
I have a site using the Apache Solr Search Integration module with a short-form content type that is getting weighted too highly in the Solr index. I've tried adding "Bias" to the other content types ...
1
vote
2answers
50 views
Custom Apache Solr search per usertype (Profile2 Module)?
I have a site that enables you to register either as a "Care giver" or a "Patient". The patient has a different profile (Profile2 module) with options such as the type of care they need, the amount of ...
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 ...
1
vote
1answer
150 views
When should I use Apache Solr instead of Drupal core search? [duplicate]
I'm in the process of migrating a medium-sized on-line magazine to Drupal.
I do not know much of Drupal's internal search engine capabilities, but I'm aware of the Apache Solr Search Integration ...
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 ...
0
votes
1answer
45 views
Solr Index Error
I have Drupal 7.14 and Solr 7.x-1.0-rc2.
I am having following ERROR on Indexing out:
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging
information follows. Path: ...
1
vote
2answers
133 views
How do I render the search form for a particular Apache SOLR search page on its own?
I have the SOLR search module installed, and have set up a couple of different search pages.
I need to render the form for one of these pages on a separate page. I thought I could just piggy back off ...
0
votes
1answer
120 views
How to enable user search in Apache Solr?
I have Apache Solr running on my site, but would like to get it to index users as well as nodes, so that a single search request will bring up matching users as well as nodes. What do I need to do to ...
1
vote
1answer
95 views
Integrate solr search with og group
I search the method to implement apache solr search with og group and search on the content associated with group.
I want that the user can search the content of a specific group or for all group.
...