collective.solr 1.0 (Beta release 11) (Jul 02, 2009)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
Eleventh beta release.
For additional information about this project, please visit the overview page .
Available downloads
Change log
1.0b11 - Released July 2, 2009
- Fix maintenance view for adding/syncing single indexes using catalog data. [witsch]
- Allow to configure query parameters for which filter queries should be used (see http://wiki.apache.org/solr/FilterQueryGuidance for more info) [fschulze, witsch]
- Encode unicode strings when building facet links. [fschulze, witsch]
- Fix facet display to try to keep the given order of facets. [witsch]
- Allow facet values to be translated. [witsch]
1.0b10 - Released June 11, 2009
- Range queries must not be quoted with the new query parser. [witsch]
- Disable socket timeouts during maintenance tasks. [witsch]
- Close the response object after searching in order to avoid ResponseNotReady errors triggering duplicate queries. [witsch]
- Use proper way of accessing jQuery & fix IE6 syntax error. [fschulze]
- Format relevance value for search results. [witsch]
1.0b9 - Released May 12, 2009
- Add safety net for using a translation map on unicode strings. This fixes http://plone.org/products/collective.solr/issues/4 [witsch]
- Add workaround for issue with SearchableText criteria in topics. This fixes http://plone.org/products/collective.solr/issues/3 [witsch]
- Add maintenance view for adding/syncing single indexes using already existing data from the portal catalog. [witsch]
- Fix hard-coded unique key in maintenance view. [witsch]
1.0b8 - Released May 4, 2009
- Fix indexing regarding Plone 3.3, plone.indexer & PLIP 239. This fixes http://plone.org/products/collective.solr/issues/6 [witsch]
1.0b7 - Released April 28, 2009
- Fix unintended (de)activation of the Solr integration during profile (re)application. [witsch]
- Fix display of facet information with no active facets. [witsch]
- Register import and export steps using ZCML. [witsch]
1.0b6 - Released April 20, 2009
- Add support for facetted searches. [witsch]
- Update code to comply to PEP8 style guide lines. [witsch]
- Expose additional information provided by Solr - for example about headers and search facets. [witsch]
- Handle edge cases like invalid range queries by quoting [tesdal]
- Parse and quote the query to filter invalid query syntax. [tesdal]
- In solrSearchResults, if the passed in request is a dict, look up request to enable adaptation into PloneFlare. [tesdal]
- Added support for objects with a 'query' attribute as search values. [tmog]
1.0b5 - Released December 16, 2008
- Fix and extend logging in "sync" maintenance view. [witsch]
1.0b4 - Released November 23, 2008
- Filter control characters to prevent indexing errors. This fixes http://plone.org/products/collective.solr/issues/1 [witsch]
- Avoid using brains when getting all objects from the catalog for sync runs. [witsch]
- Prefix output from maintenance views with a time-stamp. [witsch]
1.0b3 - Released November 12, 2008
- Fix url fallback during schema retrieval. [witsch]
- Fix issue regarding quoting of white space when searching. [witsch]
- Make indexing operations more robust in case the schema is missing a unique key or couldn't be parsed. [witsch]
1.0b2 - Released November 7, 2008
- Make schema retrieval slightly more robust to not let network failures prevent access to the site. [witsch]
1.0b1 - Released November 5, 2008
- Initial release [witsch]

