Re: SOLR - multiple indexes on single site?
Simon Hobbs <[email protected]>
| Newsgroups | gmane.comp.php.drupal.devel |
|---|---|
| Message-ID | <CAKUW=8y-4VJZZRK93mFW0Cvt8gwCN=O4oNQ02ays3q7P9M9x9g@mail.gmail.com> |
You might be able to use a small about of custom code. Check out how this module calls solr from a custom path: http://drupal.org/project/custom_search_path .s > > On Wed, 2011-12-14 at 10:22 -0600, Jeff Hartman wrote: >> I'm new to Solr and have a site where I would like to use Solr to power keyword search and product search, both on the same site. >> >> I've googled around quite a bit and all I've found is how to power multiple sites with Solr, not power multiple sections on the site. I don't know if using 2 separate indexes is possible (or necessary), but I would like: >> - different URL paths for search result (one keyword results, the other product search results) >> - results in product search to only query against product content types, the keyword for any content type >> - I envision facets to only be needed in product results, but there is potential to use in general keyword results (though results content grouping is much more important to me!) >> >> Thanks for any direction you can provide. >> >> Jeff > >