It does a bit more than just a wrapper... for example if your content type has cck select fields it will create facets for those fields and allow you to narrow search results. It will also use cron to index in your solr all your nodes etc. I found it a great leg up with getting SOLR going. Malks. On 6:59 AM, Dragomilov wrote:
Hi,
Thank you for the information. Do you know what the Drupal Module does exactly? Is it only a wrapper in order to present the result (from SOLR), or does it have further function(s)?
----------------------------------------------------------------------
Message: 1 Date: Tue, 31 May 2011 08:29:49 -0600 From: Karyn Cassio <karyn@karyncassio.com <mailto:karyn@karyncassio.com>> Subject: Re: [development] SOLR To: development@drupal.org <mailto:development@drupal.org> Message-ID: <4DE4FB5D.6040803@karyncassio.com <mailto:4DE4FB5D.6040803@karyncassio.com>> Content-Type: text/plain; charset="iso-8859-1"
I just used apachesolr_multisitesearch and it worked excellently. You will need to install drupal.org/project/apachesolr <http://drupal.org/project/apachesolr> first, and then configure apachesolr_multisitesearch to work with it.
The latter extends the basic apachesolr module, which is based on apache solr. So, the first thing you will need to do is install apache solr on your system, or whichever system you would like to act as your apache solr server. (Yes, it can be the same server as you host your site.
Read the documentation, especially if you are new to Drupal and Apache Solr. The instructions are pretty clear as to how to set everything up.
Hope this helps.
Karyn (Techgirlgeek)
On 05/29/2011 11:31 PM, Cameron Eagans wrote: > c'mon...http://tinyurl.com/4yqbley > > apachesolr_multisitesearch is what's used on drupal.org <http://drupal.org> > <http://drupal.org>. You might start there. > -- > Cameron Eagans > http://cweagans.net > > > On Sun, May 29, 2011 at 23:10, Dragomilov <dragomilov@gmail.com <mailto:dragomilov@gmail.com> > <mailto:dragomilov@gmail.com <mailto:dragomilov@gmail.com>>> wrote: > > Hi, > > I need a multi-site search system but I am new in Drupal search. > Firstly I tried http://drupal.org/project/multisite_search however > it didn't work well, some words wasn't indexed. So I began to > planning on setting up SOLR in order to use > http://drupal.org/project/apachesolr_multisitesearch. (Google > option is not sutiable for us.) Then I notice that there is a > module such as http://drupal.org/project/nutch. So I am confused. > > Is there anybody who could explain difference between these > modeule (even pure SOLR search)? I am also open to any suggestion > about search, any module, SOLR w/o Drupal modules, any other > search options... > > Thank you all in advance... > >