Solr is the popular, blazing fast open source enterprise search platform from the Apache Lucene project.
0
votes
0answers
4 views
apachesolr search form block that points to search page
I have a custom search page configured in apachesolr_search module which displays only products as results (bundle:product_display). I want to create a simple block that contains an input field for a ...
0
votes
0answers
12 views
What data formats can be returned by the Apache Solr module? Trying to return raw JSON
I have heard that data returned by the apachesolr module for display & processing in Drupal is only in the form of a PHP array, even though Solr is capable of returning json, xml, and other ...
0
votes
1answer
17 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
2answers
28 views
How to send a custom Solr Query using Search API Solr
I'd like to send custom solr query (preferably in hook_init) using Search API Solr to a specific URL.
Something like:
function hook_init() {
$url = "admin/luke?show=schema";
$solr = new ...
0
votes
0answers
17 views
Apachesolr: some fields are not indexed
Just started to use Apache Solr and found that some fields have not been indexed.
Examples:
index type - boolean, prefixed "bs_", widget type - checkbox
index type - long, prefixed "im_", field ...
0
votes
1answer
27 views
Unable to create a view of type solr search
I have installed the apachesolr , views and apachesolr_views modules but I am unable to create a view of type solr search.
Is there something i am missing? Because the apachesolr_views provides views ...
0
votes
1answer
25 views
unable to set dateboosting in apachesolr with D6
I'm using Drupal 6.22 with apache solr module for search functionality, specifically using 6.x-1.6 version of solr. I had a date field for my node added to the solr indexing named as ds_myDate in ...
0
votes
1answer
24 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
30 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 ...
1
vote
1answer
34 views
showing an image field from solr index on custom solr search page
I use the Apache Solr Views module to create a View that displays only items from a specific content type.
I would like to include an image as well on the view. I managed to get the images on my site ...
0
votes
0answers
43 views
Drupal - index taxonomy term description in apache solr
I would like to find out if there is a way i can include the taxonomy vocabulary description in the index for apache solr so that if user search for content from the description it shows the term as ...
0
votes
0answers
48 views
Drupal Apache solr does not return “no results founds”
I'm using Apache Solr 7.x-1.1 with Drupal. It was working fine but something happened and when I search for dummy data that I'm sure that is not found in my site, the search result will be all nodes ...
0
votes
0answers
30 views
How to programmatically add a facet to Facet API based on returned facet values?
I would like to programmatically and conditionally show a facet block, if the returned values match some certain criteria. I have not found any solutions so far.
For example, if a facet returns 25 ...
1
vote
1answer
43 views
Change the Solr Operator to OR
Am working with drupal search api solr module am trying to get it to work with the OR Operator so if i do a search for "David Smith" it should show results for both "David" and "Smith" does anyone ...
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
72 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
48 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
35 views
Choose a facet using the search form and then show filtered results
The requirement is that the user specifies a facet before they search. Here's what the search form should look like:
Adding the select list to the search form is a straight forward form_alter(). My ...
0
votes
0answers
32 views
How to check if apache solr ran a query drupal 6
Is there a way to check if apache solr sent a query ? I have the server all set up it just seems like my custom search block module is not sending a query ? Is there a way to add to debug code to my ...
0
votes
0answers
35 views
How to use websolr with Apache Solr module? (D7)
I´ve got a Drupal 7 site and I would like to use apache solr.
Is there any way to connect websolr to that module? Haven´t found any module to do that (ie. as the Acquia module).
Thanks!
0
votes
0answers
20 views
How to filter results simultaneously using Solr and Google Places API?
I want to filter nodes using Apache Solr and then filter results using the Google places API or vice versa.
Actually I want to use this API from Google places ...
0
votes
0answers
26 views
How to index a single element on apachesolr
Can I index a single element on Solr on a particular event on drupal?
I know how to use index_document_build that indexes the documents when the cron is running; but I want to force the indexing for a ...
0
votes
1answer
93 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 ...
0
votes
0answers
48 views
Getting handbago solr search working again on a Pantheon Drupal 6 Server
I have a Drupal 6 installation that has many custom modules one of which is a custom Apache Solr search results blocks. I am in the process of moving that Drupal system into a Pantheon server which ...
0
votes
0answers
59 views
apache solr search page result
Apache solr is currently indexing two content types "book" and "paper", Im trying to create a search result page that shows 10 results of book and 10 results of paper.
the problem is that when you ...
0
votes
0answers
102 views
Drupal 7 error search is unavailable
I have installed the solr integration module 7 with apache solr 3.6.2 for drupal 7 and i seem to get this "Search is temporarily unavailable. If the problem persists, please contact the site ...
1
vote
1answer
89 views
Modify apache solr search sort options?
Is there the ability through contrib module or hooks to modify how the apache solr sort block sorts queries?
Currently, it seems it supports these queries out of the box:
Relevancy
Title
Author
...
0
votes
0answers
54 views
autocomplete search works only for admin role
I am using apachesolr search module for my drupal 6 website. On the configuration page of apachesolr I enabled autocompelete for search box.
Now there are two options
: use apache solr ...
0
votes
1answer
42 views
Hook to render all active Facet
Is there a possible hook or something else that can be written to display all the current active facet link i.e the selected facet. i want to display to the user in breadcrumb format all the facet ...
1
vote
1answer
147 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 ...
3
votes
1answer
153 views
How to use voting results to boost relevance for solr search?
I am using search api with the solr backend to index thousands of nodes. All of them have votes (vote api). Now I am wondering how to boost the relevance of these notes by their vote. I don't want to ...
0
votes
1answer
51 views
Allow blank search/list all items with 1.x apache solr module
When a user enters a blank search, by clicking "search" right away, or entering the search result url directly, the initial version of the Apache Solr Search Integration module, 6.x-1.x series, tells ...
0
votes
1answer
96 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
0answers
64 views
Display referenced content in ApacheSolr search
How can I display referenced content in apache solr search result? The referencing content shall be available in search result as soon as it is created, but only the referenced node shall be displayed ...
0
votes
1answer
44 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: ...
2
votes
1answer
1k views
Search API Solr: How to index fulltext fields with and without stemming?
In short: Is there any way to index the stemmed and non-stemmed version of Fulltext fields in Drupal Search API Solr without resorting to hardcoding field data into copyfield in the schema file?
...
0
votes
1answer
129 views
Search Api Solr - Pointing term links inside a view to its facet
Using Search Api. Solr as a backened. Search pages built with Views. When adding a term field to a view, that term links to the core taxonomy term pages. That term should instead link to it's ...
3
votes
2answers
84 views
Distributed Solr Indexing from Drupal
I want a sharded Solr environment so that I can distribute data and query accordingly. Started two solr instances as described here.
Since Solr doesn't support (fully yet) writing automatically into ...
6
votes
1answer
209 views
How do i change the apachesolr index environment based on node values?
I have two apachesolr environment setup in my drupal instance. I want to index some nodes to one environment and some to the other, say based on some node values.
I could see that it always indexes ...
0
votes
2answers
460 views
Solr Indexing Error showing “EntityMalformedException: Missing bundle property on entity of type taxonomy_term”
In Drupal 7.14, when i Index my Whole Site, Solr is showing following error:
AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows.
Path: /batch?id=1938&op=do StatusText: ...
1
vote
2answers
129 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
0answers
155 views
Customizing display of facets with Apache Solr Search
I am using Apache Solr, and Facet API for search.
I have configure Apache Solr with facet, and its working fine, but I want to change the layout of faceted block displayed on the page.
Now it ...
1
vote
0answers
93 views
Increasing maximum number of Apache solr facet blocks
Installation Details
I have installed apachesolr module in Drupal 6.
The version of Apache Solr is 1.3.
Number of facet blocks enabled via admin/settings/apachesolr/enabled-filters as well as from ...
1
vote
1answer
108 views
How to Bulk delete the document from solr without actually deleting the node?
The scenario is to delete bulk documents from apache solr, without deleting the actual node from the database. I am aware that when the node is un-published it will be deleted from solr.
But as my ...
0
votes
1answer
118 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 ...
0
votes
0answers
53 views
Override default solr search sort where search page allows the sort to be changed
I have followed the instructions in this question to alter the default search.
In the hook I am looking at the result of $query->getSolrsortUrlQuery() and if this is empty then set the query to ...
0
votes
0answers
112 views
How to search organic group content with Apache solr drupal 7
Hi I am trying to implement the search content with in the Organic group Using the Apache solr.
I have installed the module Apache Solr Organic Groups Integration.
I am getting the organic groups ...
0
votes
1answer
167 views
How to use Solr Index to display node in a Google Map
For several months I am wondering how to achieve this task.
I want to display information from Solr index (preferably Search Api Solr ) directly in a map. The main goal is to have a map where is ...
0
votes
3answers
249 views
Facets and Apache Solr in Drupal 7 - Clicking Facets results in no results being show
I'm having a bit of an issue with Facets and Apache Solr, I'm not sure whether the fault lies with Solr or the Facets API.
I am using Solr as my search engine and I get results being shown when ...