Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Lucene: ruby-dev

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

 

 

Lucene ruby-dev RSS feed   Index | Next | Previous | View Threaded


erik at ehatchersolutions

May 14, 2007, 2:40 AM

Post #1 of 4 (1798 views)
Permalink
Fwd: [ANN] acts_as_solr has a new home, please update

Begin forwarded message:

> From: "Thiago Jackiw" <tjackiw[at]gmail.com>
> Date: May 14, 2007 1:22:35 AM EDT
> To: solr-user[at]lucene.apache.org
> Subject: [ANN] acts_as_solr has a new home, please update
> Reply-To: solr-user[at]lucene.apache.org
>
> 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


antonio_eggberg at yahoo

May 14, 2007, 7:23 AM

Post #2 of 4 (1701 views)
Permalink
SV: Fwd: [ANN] acts_as_solr has a new home, please update [In reply to]

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[at]ehatchersolutions.com> skrev:

>
>
> Begin forwarded message:
>
> > From: "Thiago Jackiw" <tjackiw[at]gmail.com>
> > Date: May 14, 2007 1:22:35 AM EDT
> > To: solr-user[at]lucene.apache.org
> > Subject: [ANN] acts_as_solr has a new home, please update
> > Reply-To: solr-user[at]lucene.apache.org
> >
> > 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


tjackiw at gmail

May 14, 2007, 7:36 AM

Post #3 of 4 (1721 views)
Permalink
Re: Fwd: [ANN] acts_as_solr has a new home, please update [In reply to]

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[at]yahoo.se> 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[at]ehatchersolutions.com> skrev:
>
> >
> >
> > Begin forwarded message:
> >
> > > From: "Thiago Jackiw" <tjackiw[at]gmail.com>
> > > Date: May 14, 2007 1:22:35 AM EDT
> > > To: solr-user[at]lucene.apache.org
> > > Subject: [ANN] acts_as_solr has a new home, please update
> > > Reply-To: solr-user[at]lucene.apache.org
> > >
> > > 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
>


erik at ehatchersolutions

May 14, 2007, 1:50 PM

Post #4 of 4 (1714 views)
Permalink
Re: SV: Fwd: [ANN] acts_as_solr has a new home, please update [In reply to]

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

Lucene ruby-dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.