Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-1.0-beta11
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2009 at 13:53 UTC
Updated:
18 Apr 2010 at 16:54 UTC
Just like the http://drupal.org/project/modules page.
I mean without an initial keyword search and eventually with a custom output.
I would like to implement Apache Solr for a catalog browsing system.
Thanks for your help!
Ocyrohé
Comments
Comment #1
janusman commentedI don't fully understand your issue, but maybe this helps...
There is a proposed patch to do it out of the box: see #457826: On empty search, show enabled filters to start a search which has attached screenshots.
You could, of course, create a static page and/or blocks with just links to each category you want to start browsing.
Comment #2
Scott Reynolds commentedor take a swing with http://drupal.org/project/apachesolr_views.
Comment #3
pwolanin commentedthe code for Drupal.org is in the project module (see project_solr), though it needs to be updated a little for the newest version of the apachesolr module http://drupal.org/project/project
Comment #4
Ocyrhoé commentedThanks for your help.
I am taking a look at your tips.
janusman you got it!
Thanks Scott, I plan to test this module.
pwolanin could you explain me what have to be updated, http://drupal.org/node/443986 seems to be outdated two.
Ocyrhoé
Comment #5
Ocyrhoé commentedCould you explain me how to create a static page and/or blocks with just links to each category I want to start browsing.
Thanks for your help.
Comment #6
janusman commented@Ocyrhoé : Hmm, this is a possible way to do it:
1) Apply the patch from this issue: #457826: On empty search, show enabled filters to start a search
2) Empty your site's cache
3) Visit your site's search/apachesolr_search page. You should now see a listing of all your enabled filters.
4) Use that page as your starting page, or if you want to put it elsewhere, you could copy-paste and edit the resulting HTML into another page.
Closing this one out for now.
Comment #7
marcoka commenteduse taxonomy for categorizing and use the setting "use solr for taxonomy" (admin settings solr).