1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- Search API Solr search 1.x, dev (xx/xx/xxxx):
- ---------------------------------------------
- Search API Solr search 1.0, RC 3 (01/06/2013):
- ----------------------------------------------
- - #1828260 by drunken monkey: Fixed filtering by index in multi-index searches.
- - #1509380 by drunken monkey: Adopt common config files.
- - #1815348 by drunken monkey: Fixed queryMultiple() to not use item ID as the
- array key.
- - #1789204 by Steven Jones: Added way to easily alter the fl parameter.
- - #1744250 by mollux, dasjo: Added support for location based search.
- - #1813670 by guillaumev: Fixed check for autocomplete configuration in form.
- - #1425910 by drunken monkey, mh86: Added setting for maximum occurence
- threshold in autocomplete.
- - #1691132 by drunken monkey, David Stosik: Fixed calls to watchdog().
- - #1588130 by regilero, David Stosik, drunken monkey: Fixed error handling.
- - #1805720 by drunken monkey: Added additional options and improvements for the
- autocomplete functionality.
- - #1276970 by derhasi, moonray: Fixed large queries break Solr search.
- - #1299940 by drunken monkey: Fixed handling of empty response.
- - #1507818 by larowlan: Fixed field boosts for standard request handler.
- Search API Solr search 1.0, RC 2 (05/23/2012):
- ----------------------------------------------
- - Fixed escaping of error messages.
- - #1480170 by kotnik: Fixed return value of hook_requirements().
- - #1500210 by ezra-g, acrollet, jsacksick: Fixed errors when installing with
- non-default installation profiles.
- - #1444432 by Damien Tournoud, jsacksick: Added field-level boosting.
- - #1302406 by Steven Jones: Fixed autoload problem during installation.
- - #1340244 by drunken monkey, alanomaly: Added more helpful error messages.
- Search API Solr search 1.0, RC 1 (11/10/2011):
- ----------------------------------------------
- - #1308638 by drunken monkey: Adapted to new structure of field settings.
- - #1308498 by zenlan, drunken monkey: Added flexibility for facet fields.
- - #1319544 by drunken monkey: Fixed never delete contents of read-only indexes.
- - #1309650 by jonhattan, drunken monkey: Added support for the Libraries API.
- Search API Solr search 1.0, Beta 4 (09/08/2011):
- ------------------------------------------------
- - #1230536 by thegreat, drunken monkey: Added support for OR facets.
- - #1184002 by drunken monkey: Fixed support of the latest SolrPhpClient version.
- - #1032848 by das-peter, drunken monkey: Added possibility to save SolrPhpClient
- to the libraries directory.
- - #1225926 by drunken monkey, fago: Fixed performance problems in indexing
- workflow.
- - #1219310 by drunken monkey: Adapted to recent API change.
- - #1203680 by klausi: Fixed use of taxonomy terms for "More like this".
- - #1181260 by klausi: Fixed mlt.maxwl in solrconfig.xml.
- - #1116896 by drunken monkey: Adapted to newer Solr versions.
- - #1190462 by drunken monkey: Added option to directly highlight retrieved data
- from Solr.
- - #1196514 by drunken monkey, klausi: Fixed case sensitivity of input keys for
- autocomplete.
- - #1192654 by drunken monkey: Added support for the Autocomplete module.
- - #1177648 by drunken monkey: Added option to use Solr's built-in highlighting.
- - #1154116 by drunken monkey: Added option for retrieving search results data
- directly from Solr.
- - #1184002 by drunken monkey: Fixed INSTALL.txt to reflect that the module
- doesn't work with the latest Solr PHP Client version.
- Search API Solr search 1.0, Beta 3 (06/06/2011):
- ------------------------------------------------
- - #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
- - #1153306 by JoeMcGuire, drunken monkey: Added spellchecking support.
- - #1138230 by becw, drunken monkey: Added increased flexibility to the service
- class.
- - #1127038 by drunken monkey: Fixed handling of date facets.
- - #1110820 by becw, drunken monkey: Added support for the Luke request handler.
- - #1095956 by drunken monkey: Added Solr-specific index alter hook.
- Search API Solr search 1.0, Beta 2 (03/04/2011):
- ------------------------------------------------
- - #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
- - #1071796: Add additional help for Solr-specific extensions.
- - #1056018: Better document Solr config customization options.
- - #1049900: Field values are sometimes not escaped properly.
- - #1043586: Allow Solr server URL to be altered.
- - #1010610 by mikejoconnor: Fix hook_requirements().
- - #1024146: Don't use file_get_contents() for contacting the Solr server.
- - #1010610: More helpful error message when SolrPhpClient is missing.
- - #915174: Remove unnecessary files[] declarations from .info file.
- - #984134: Add Solr-specific query alter hooks.
- Search API Solr search 1.0, Beta 1 (11/29/2010):
- ------------------------------------------------
- Basic functionality is in place and quite well-tested, including support for
- facets and for multi-index searches.
|