Fwd: [ANN] acts_as_solr has a new home, please update

View: New views
4 Messages — Rating Filter:   Alert me  

Parent Message unknown Fwd: [ANN] acts_as_solr has a new home, please update

by Erik Hatcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Begin forwarded message:

> From: "Thiago Jackiw" <tjackiw@...>
> Date: May 14, 2007 1:22:35 AM EDT
> To: solr-user@...
> Subject: [ANN] acts_as_solr has a new home, please update
> Reply-To: solr-user@...
>
> The acts_as_solr plugin has a new home, so please make sure you update
> your bookmarks:
>
> web:
> http://acts_as_solr.railsfreaks.com
>
> trac:
> http://trac.railsfreaks.com/projects/acts_as_solr
>
> svn:
> svn://svn.railsfreaks.com/projects/acts_as_solr
>
> api:
> http://api.railsfreaks.com/projects/acts_as_solr
>
> The current address (http://acts-as-solr.rubyforge.org) will be
> obsolete by release version 1.0
>
> --
> Thiago Jackiw


SV: Fwd: [ANN] acts_as_solr has a new home, please update

by AE-4 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sorry maybe a question which is already tackled..

Shouldn't solr-ruby and act_as_solr be a single plugin? It seems
like duplicated effort.. or am I missing something.. i.e combine
all the functionality..

Cheers
--- Erik Hatcher <erik@...> skrev:

>
>
> Begin forwarded message:
>
> > From: "Thiago Jackiw" <tjackiw@...>
> > Date: May 14, 2007 1:22:35 AM EDT
> > To: solr-user@...
> > Subject: [ANN] acts_as_solr has a new home, please update
> > Reply-To: solr-user@...
> >
> > The acts_as_solr plugin has a new home, so please make sure you update
> > your bookmarks:
> >
> > web:
> > http://acts_as_solr.railsfreaks.com
> >
> > trac:
> > http://trac.railsfreaks.com/projects/acts_as_solr
> >
> > svn:
> > svn://svn.railsfreaks.com/projects/acts_as_solr
> >
> > api:
> > http://api.railsfreaks.com/projects/acts_as_solr
> >
> > The current address (http://acts-as-solr.rubyforge.org) will be
> > obsolete by release version 1.0
> >
> > --
> > Thiago Jackiw
>
>



      _________________________________________________________
Ont om plats? Skaffa gratis Yahoo! Mail med obegränsat,
lagringsutrymme, kalender, virusscan och antispamfunktion.
http://se.mail.yahoo.com

Re: Fwd: [ANN] acts_as_solr has a new home, please update

by Thiago Jackiw-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Antonio,

Not necessarily. The acts_as_solr plugin is _only_ intended for use
with Ruby on Rails, as for solr-ruby being a DSL, you can use it with
pure ruby as well without the dependency of Rails.

--
Thiago Jackiw


On 5/14/07, Antonio Eggberg <antonio_eggberg@...> wrote:

> Sorry maybe a question which is already tackled..
>
> Shouldn't solr-ruby and act_as_solr be a single plugin? It seems
> like duplicated effort.. or am I missing something.. i.e combine
> all the functionality..
>
> Cheers
> --- Erik Hatcher <erik@...> skrev:
>
> >
> >
> > Begin forwarded message:
> >
> > > From: "Thiago Jackiw" <tjackiw@...>
> > > Date: May 14, 2007 1:22:35 AM EDT
> > > To: solr-user@...
> > > Subject: [ANN] acts_as_solr has a new home, please update
> > > Reply-To: solr-user@...
> > >
> > > The acts_as_solr plugin has a new home, so please make sure you update
> > > your bookmarks:
> > >
> > > web:
> > > http://acts_as_solr.railsfreaks.com
> > >
> > > trac:
> > > http://trac.railsfreaks.com/projects/acts_as_solr
> > >
> > > svn:
> > > svn://svn.railsfreaks.com/projects/acts_as_solr
> > >
> > > api:
> > > http://api.railsfreaks.com/projects/acts_as_solr
> > >
> > > The current address (http://acts-as-solr.rubyforge.org) will be
> > > obsolete by release version 1.0
> > >
> > > --
> > > Thiago Jackiw
> >
> >
>
>
>
>       _________________________________________________________
> Ont om plats? Skaffa gratis Yahoo! Mail med obegränsat,
> lagringsutrymme, kalender, virusscan och antispamfunktion.
> http://se.mail.yahoo.com
>

Re: SV: Fwd: [ANN] acts_as_solr has a new home, please update

by Erik Hatcher :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


On May 14, 2007, at 10:23 AM, Antonio Eggberg wrote:
> Shouldn't solr-ruby and act_as_solr be a single plugin? It seems
> like duplicated effort.. or am I missing something.. i.e combine
> all the functionality..

Antonio - I've recently started digging deeply into acts_as_solr  
(after my initial hack that Thiago spun off).  I've been refactoring  
acts_as_solr to use solr-ruby under the covers, which will make the  
code base a bit cleaner and facilitate things like using the dismax  
query handler.

Just this morning I got the refactoring complete such that all unit  
tests pass for acts_as_solr and will be submitting a patch for that  
soon.

It does seems like combining solr-ruby and acts_as_solr would be a  
good idea, actually.... but that would  complicate solr-ruby quite a  
bit with database/Rails-specific code.   I'm not in a hurry for that  
sort of integration, but I'm quite open to it.  I'm not sure where  
Thiago stands with that level of integration though.  I believe he's  
new to solr-ruby, so we'll give him some time to come up to speed  
with it for commenting back.

        Erik