Library for expressive, powerful interaction with the Solr search engine
http://outoftime.github.com/sunspot
Sunspot is a library providing a powerful, all-ruby API for the Solr search engine. Sunspot manages the configuration of persistent
Ruby classes for search and indexing and exposes Solr's most powerful features through a collection of DSLs. Complex search operations
can be performed without hand-writing any boolean queries or building Solr parameters by hand.
- Sources inherited from project devel:languages:ruby:extensions
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:Marvin1973:pcs/rubygem-sunspot && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
rubygem-sunspot.changes | 0000001176 1.15 KB | |
rubygem-sunspot.spec | 0000002748 2.68 KB | |
sunspot-2.0.0.gem | 0000110080 108 KB |
Revision 3 (latest revision is 20)
Stephan Kulow (coolo)
committed
(revision 3)
- updated to version 2.0.0 * Adds support for field grouping (Andy Lindeman) * Adds support for native geospatial searches and ordering (Eric Tang, Bruno Miranda, Andy Lindeman) * Bundled Solr installation (`sunspot_solr`) is version 3.5.0 (Chris Parker) * Adds #query_time method to retrieve the Solr query time in milliseconds (Jason Weathered) * Fixes syntax of highlighting when used with nested dismax queries (Marco Crepaldi) * Adds ability to nest `Sunspot.batch` calls (Thorbjørn Hermansen) * Adds `open_timeout` and `read_timeout` configuration options (Rob Di Marco) * Adds `offset` options to facets (Federico Gonzalez) * Adds `Retry5xxSessionProxy` to retry requests when an internal server error occurs (Nick Zadrozny) * Adds support for range queries (Jan Ulrich) * Allows custom field names specified with :as to be symbols (David Oliver) * Add field exclusion when faceting (Cuong Hoang)
Comments 0