[ANN] Sunspot 1.3.0

134 views
Skip to first unread message

Andy Lindeman

unread,
Nov 26, 2011, 6:11:16 PM11/26/11
to ruby-s...@googlegroups.com, ru...@envylabs.com
Hi all!

sunspot, sunspot_rails, and sunspot_solr 1.3.0 have been released!
Thanks to all the contributors!

Sunspot is a Ruby library for expressive, powerful interaction with
the Apache Solr search engine.

Changes are listed in the History.txt files of each gem:
<https://raw.github.com/sunspot/sunspot/v1.3.0/sunspot/History.txt>
and <https://raw.github.com/sunspot/sunspot/v1.3.0/sunspot_rails/History.txt>

Highlights of the new release are:
* Bundled Solr server is now split to a separate gem, sunspot_solr. If
you want to use the bundled Solr install (e.g., for development), make
sure to add gem 'sunspot_solr' to your Gemfile.
* Pagination is supported under both will_pagination and kaminari and
no longer has a hard dependency on will_paginate.
* Unicode characters are correctly returned from stored fields and
facet row values.
* The HTTP POST verb is used to prevent errors where the request size
was too large for GET.
* Documentation improvements were made to the README and API docs
<https://github.com/sunspot/sunspot/blob/v1.3.0/README.md> and
<http://sunspot.github.com/sunspot/docs/>.

Other notable changes:
* Many deprecation warnings have been squashed.
* Namespaced models are correctly handled by the sunspot:reindex rake task.
* Solr request performance is instrumented in Rails.
* Reindexing tasks display a progress bar if the progress_bar gem is available.

Features slated for future releases:
* Field collapsing/result grouping
* Advanced geospatial support (native to Solr)
* Upgraded bundled Solr installation (probably 3.3 + multicore)
* Other fixes/features listed in <http://github.com/sunspot/sunspot/issues>

Finally, if you're interested in contributing to Sunspot, let the list
know. We'd be happy to do a code walkthrough or suggest features you
could tackle.

--
Andy Lindeman
http://www.andylindeman.com/

Andy Lindeman

unread,
Nov 26, 2011, 10:11:06 PM11/26/11
to ruby-s...@googlegroups.com
On Sat, Nov 26, 2011 at 18:11, Andy Lindeman <alin...@gmail.com> wrote:
> * Upgraded bundled Solr installation (probably 3.3 + multicore)

Whoops! Of course I meant Solr 3.5.0 (or whatever is the current
version when this is implemented).

Peter Berkenbosch

unread,
Nov 27, 2011, 4:16:25 AM11/27/11
to <ruby-sunspot@googlegroups.com>
WOOT!

Any upgrading tips? I'm running with 1.2.rc4 at the moment.. 

met vriendelijke groet,

Peter Berkenbosch
GSM: (+31) (0) 64 84 61 653
Skype: peter.berkenbosch
Email: pe...@pero-ict.nl
Twitter: peroict
Web: www.pero-ict.nl

PeRo ICT Solutions

PeRo ICT Solutions
Koemaad 26
8431 TM Oosterwolde

Wat niet kan is nog nooit gebeurd.

Dit bericht is slechts bestemd voor de geadresseerde en kan informatie bevatten die persoonlijk en/of vertrouwelijk is en die niet openbaar mag worden gemaakt. Indien u niet zelf de geadresseerde bent, wordt u erop gewezen dat verdere verspreiding, openbaarmaking of vermenigvuldiging van dit bericht verboden is. Indien u dit bericht per vergissing hebt ontvangen, verzoek ik u mij zo snel mogelijk op de hoogte te stellen en het originele bericht en eventuele kopieen ervan, te verwijderen. Dank voor uw medewerking.


--
You received this message because you are subscribed to the Google Groups "Sunspot" group.
To post to this group, send email to ruby-s...@googlegroups.com.
To unsubscribe from this group, send email to ruby-sunspot...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ruby-sunspot?hl=en.


Andy Lindeman

unread,
Nov 27, 2011, 5:51:58 PM11/27/11
to ruby-s...@googlegroups.com
2011/11/27 Peter Berkenbosch <pe...@pero-ict.nl>

> WOOT!
> Any upgrading tips? I'm running with 1.2.rc4 at the moment..

There shouldn't be any breaking changes, except that the packaged Solr
server is a separate gem now (if you use rake
sunspot:solr:{start,run,stop} for development, pull in the
sunspot_solr gem in addition to sunspot/sunspot_rails).

If you run into anything unexpected, though, post here or on GitHub Issues.

Thanks!

Michael Guterl

unread,
Nov 27, 2011, 6:22:41 PM11/27/11
to ruby-s...@googlegroups.com

Great stuff everyone, thanks so much for your work on this. We're
still stuck on Sunspot 1.1 because the precision provided by >= 1.2
does not work well for our application. If there's anything we can do
to help with "Advanced geospatial support (native to Solr)" let me
know.

Best,
Michael GUterl

Chris Parker

unread,
Dec 2, 2011, 12:57:25 AM12/2/11
to Sunspot
I just updated the sunspot_solr code to use solr 3.5.0:
https://github.com/mrcsparker/sunspot/sunspot_solr

Should make it easier to test in your local development environment.

Raphael Crawford-Marks

unread,
Dec 6, 2011, 6:29:05 PM12/6/11
to Sunspot
Hi Folks:

Has anyone hacked up a way to do result grouping w/sunspot since it's
currently not supported?

Thanks,

Raphael

jonatha...@gmail.com

unread,
Dec 7, 2011, 8:34:23 AM12/7/11
to ruby-s...@googlegroups.com, Sunspot
Until grouping is supported in the dsl, couldn't we use adjust_solr_params at query time? In the coming weeks I'll need result grouping as well.

Andy Lindeman

unread,
Dec 7, 2011, 9:05:30 AM12/7/11
to ruby-s...@googlegroups.com
On Wed, Dec 7, 2011 at 08:34, <jonatha...@gmail.com> wrote:
>  Until grouping is supported in the dsl, couldn't we use adjust_solr_params at query time?  In the coming weeks I'll need result grouping as well.

Unfortunately results come back from Solr is a different hierarchy. So
when you call #hits or #results, you won't get what you expect.

If you guys want field grouping, could you review my pull request?
<https://github.com/sunspot/sunspot/pull/136>

Looking for comments about the DSL, the code, etc...

Reply all
Reply to author
Forward
0 new messages