CHANGELOG.txt 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
  1. Search API Solr search 1.6 (09/08/2014):
  2. ----------------------------------------
  3. - #2050961 by das-peter, drunken monkey: Added proximity/distance information
  4. to search results.
  5. - #2242073 by RaF: Fixed handling of custom negative filters in filter-only
  6. searches.
  7. - #2290601 by drunken monkey: Fixed handling of complex keywords and OR facets.
  8. - #2083357 by drunken monkey: Added note that Solr 4.x server paths should be
  9. specified with core.
  10. - #2270767 by RaF: Fixed search_api_solr_views_data_alter() not always
  11. returning all virtual fields.
  12. Search API Solr search 1.5 (05/23/2014):
  13. ----------------------------------------
  14. - #2216895 by das-peter: Added support for empty/non-empty conditions on
  15. location field types.
  16. - #2162627 by drunken monkey: Removed Solr 1.4 support.
  17. - #2175829 by danquah, drunken monkey: Fixed error when admin interface is not
  18. accessible.
  19. - #2222037 by drunken monkey: Fixed "Files" tab in Solr 4.7.
  20. - #2151719 by Derimagia, drunken monkey: Added an alter hook for multi-index
  21. search results.
  22. - #1776534 by drunken monkey, e2thex: Added support for using a Solr server
  23. with multiple sites.
  24. - #2152337 by drunken monkey: Removed confusing "multiple text fields" section
  25. from README.txt.
  26. - #2099559 by drunken monkey: Made optimizing the Solr server optional.
  27. - #2146749 by drunken monkey: Added soft commits as the default for Solr 4.
  28. - #1773440 by drunken monkey: Added performance improvement for “filter
  29. only” queries.
  30. - #2147573 by drunken monkey: Improved error handling.
  31. Search API Solr search 1.4 (12/25/2013):
  32. ----------------------------------------
  33. - #2157839 by drunken monkey, Nick_vh: Updated config files to the newest
  34. version.
  35. - #2130827 by drunken monkey: Added additional Solr server information to the
  36. Server overview.
  37. - #2126281 by drunken monkey: Update error handling according to the latest
  38. Search API change.
  39. - #2127991 by drunken monkey: Fixed handling of negated fulltext keys.
  40. - #2113943 by drunken monkey: Fixed clash in specifying the HTTP method for
  41. searches.
  42. - #2127193 by jlapp: Fixed date field values returned for multi-index searches.
  43. - #2122155 drunken monkey: Added the "Files" tab to contextual links.
  44. - #1846860 by andrewbelcher, drclaw, drunken monkey, danielnolde: Added a way
  45. to easily define new dynamic field types.
  46. - #2064377 by Nick_vh: Made configuration files compatible with Solr Cloud.
  47. - #2107417 by Nick_vh: Fixed config files for Solr 4.5.
  48. Search API Solr search 1.3 (10/23/2013):
  49. ----------------------------------------
  50. - #2099683 by drunken monkey: Added support for 'virtual fields' in Views.
  51. - #1997702 by ianthomas_uk, drunken monkey: Added "AUTO" mode for HTTP method.
  52. - #2033913 by drunken monkey: Fixed small error in schema.xml.
  53. - #2073441 by drunken monkey: Removed custom uninstall code for deleting
  54. dependent servers.
  55. - #1882190 by corvus_ch, arnested, drunken monkey: Added optional index ID
  56. prefixes.
  57. Search API Solr search 1.2 (09/01/2013):
  58. ----------------------------------------
  59. - #1246730 by febbraro, maciej.zgadzaj, drunken monkey: Added a way to alter
  60. the Solr document when indexing.
  61. - #2053553 by drunken monkey, andrewbelcher: Fixed spatial features with clean
  62. field identifiers.
  63. - #2054373 by drunken monkey: Added the option to use clean field identifiers.
  64. - #1992806 by drunken monkey: Documented problems with Solr 4.3+.
  65. - #2045355 by drunken monkey, arpieb: Fixed result mapping of item IDs.
  66. - #2050157 by izus: Fixed typo in stopwords.txt.
  67. Search API Solr search 1.1 (07/21/2013):
  68. ----------------------------------------
  69. - #1957730 by drunken monkey: Fixed filter query strings for negated filters.
  70. - #2010818 by kenorb, drunken monkey: Added new Files tab showing all used solr
  71. config files.
  72. - #2042201 by klausi: Fixed timeouts while optimizing Solr server.
  73. - #2034719 by fago: Added raw term to autocompletion response.
  74. - #2027843 by fago, drunken monkey: Made the Solr response available as part of
  75. the search results.
  76. - #1834614 by drunken monkey: Fixed date fields in MLT queries.
  77. - #1970652 by jsteggink: Fixed highlighting for text fields.
  78. - #2016169 by tomdearden, drunken monkey: Fixed parsing of facets on
  79. multi-valued fields.
  80. - #2008034 by bdecarne: Fixed highlighting in multi-index searches.
  81. Search API Solr search 1.0 (06/09/2013):
  82. ----------------------------------------
  83. - #1896080 by drunken monkey: Included additional required config files in the
  84. module.
  85. - #1919572 by chaby: Fixed indexing of geohashes.
  86. - #2004596 by drunken monkey: Fixed "More Like This" for Solr 4.x.
  87. - #2007214 by drunken monkey: Fixed unsetting of object properties.
  88. - #1884312 by drunken monkey, mvc: Fixed resetting of HTTP password upon
  89. re-saving of the configuration form.
  90. - #1957774 by drunken monkey: Fixed displayed link to local Solr servers.
  91. - #1721262 by Steven Jones, das-peter, drunken monkey: Added field collapsing
  92. support.
  93. - #1549244 by cferthorney, drunken monkey: Added SSL Support for Solr servers.
  94. Search API Solr search 1.0, RC 5 (05/17/2013):
  95. ----------------------------------------------
  96. - #1190462 by drunken monkey: Documented that enabling HTML filter makes sense.
  97. - #1986284 by drunken monkey: Updated common configs to the latest version.
  98. - #1990422 by populist, drunken monkey: Added support for custom stream contexts
  99. for HTTP requests.
  100. - #1957890 by drunken monkey, jwilson3: Fixed several bugs for facets.
  101. - #1676224 by dasjo, morningtime, drunken monkey: Added support for Solr 4.x.
  102. - #1985522 by chaby: Fixed use of instance method in static escape() method.
  103. - #1979102 by drunken monkey: Fixed wrong limit for limit-less searches.
  104. - #1978632 by chaby, drunken monkey: Fixed wrong check on softCommit.
  105. - #1978600 by chaby: Fixed hook_requirements() for install phase.
  106. - #1976930 by drunken monkey: Fixed duplicate method in SearchApiSolrField.
  107. Search API Solr search 1.0, RC 4 (04/22/2013):
  108. ----------------------------------------------
  109. - #1744250 by mollux, drunken monkey, das-peter: Added support for
  110. location-based searches.
  111. - #1846254 by drunken monkey: Removed the SolrPhpClient dependency.
  112. - #1934450 by jwilson3, jlapp: Fixed reference to removed method
  113. getFacetField().
  114. - #1900644 by Deciphered: Fixed facet handling for multi-index searches.
  115. - #1897386 by drunken monkey, NIck_vh: Update the common schema.
  116. Search API Solr search 1.0, RC 3 (01/06/2013):
  117. ----------------------------------------------
  118. - #1828260 by drunken monkey: Fixed filtering by index in multi-index searches.
  119. - #1509380 by drunken monkey: Adopt common config files.
  120. - #1815348 by drunken monkey: Fixed queryMultiple() to not use item ID as the
  121. array key.
  122. - #1789204 by Steven Jones: Added way to easily alter the fl parameter.
  123. - #1744250 by mollux, dasjo: Added support for location based search.
  124. - #1813670 by guillaumev: Fixed check for autocomplete configuration in form.
  125. - #1425910 by drunken monkey, mh86: Added setting for maximum occurence
  126. threshold in autocomplete.
  127. - #1691132 by drunken monkey, David Stosik: Fixed calls to watchdog().
  128. - #1588130 by regilero, David Stosik, drunken monkey: Fixed error handling.
  129. - #1805720 by drunken monkey: Added additional options and improvements for the
  130. autocomplete functionality.
  131. - #1276970 by derhasi, moonray: Fixed large queries break Solr search.
  132. - #1299940 by drunken monkey: Fixed handling of empty response.
  133. - #1507818 by larowlan: Fixed field boosts for standard request handler.
  134. Search API Solr search 1.0, RC 2 (05/23/2012):
  135. ----------------------------------------------
  136. - Fixed escaping of error messages.
  137. - #1480170 by kotnik: Fixed return value of hook_requirements().
  138. - #1500210 by ezra-g, acrollet, jsacksick: Fixed errors when installing with
  139. non-default installation profiles.
  140. - #1444432 by Damien Tournoud, jsacksick: Added field-level boosting.
  141. - #1302406 by Steven Jones: Fixed autoload problem during installation.
  142. - #1340244 by drunken monkey, alanomaly: Added more helpful error messages.
  143. Search API Solr search 1.0, RC 1 (11/10/2011):
  144. ----------------------------------------------
  145. - #1308638 by drunken monkey: Adapted to new structure of field settings.
  146. - #1308498 by zenlan, drunken monkey: Added flexibility for facet fields.
  147. - #1319544 by drunken monkey: Fixed never delete contents of read-only indexes.
  148. - #1309650 by jonhattan, drunken monkey: Added support for the Libraries API.
  149. Search API Solr search 1.0, Beta 4 (09/08/2011):
  150. ------------------------------------------------
  151. - #1230536 by thegreat, drunken monkey: Added support for OR facets.
  152. - #1184002 by drunken monkey: Fixed support of the latest SolrPhpClient version.
  153. - #1032848 by das-peter, drunken monkey: Added possibility to save SolrPhpClient
  154. to the libraries directory.
  155. - #1225926 by drunken monkey, fago: Fixed performance problems in indexing
  156. workflow.
  157. - #1219310 by drunken monkey: Adapted to recent API change.
  158. - #1203680 by klausi: Fixed use of taxonomy terms for "More like this".
  159. - #1181260 by klausi: Fixed mlt.maxwl in solrconfig.xml.
  160. - #1116896 by drunken monkey: Adapted to newer Solr versions.
  161. - #1190462 by drunken monkey: Added option to directly highlight retrieved data
  162. from Solr.
  163. - #1196514 by drunken monkey, klausi: Fixed case sensitivity of input keys for
  164. autocomplete.
  165. - #1192654 by drunken monkey: Added support for the Autocomplete module.
  166. - #1177648 by drunken monkey: Added option to use Solr's built-in highlighting.
  167. - #1154116 by drunken monkey: Added option for retrieving search results data
  168. directly from Solr.
  169. - #1184002 by drunken monkey: Fixed INSTALL.txt to reflect that the module
  170. doesn't work with the latest Solr PHP Client version.
  171. Search API Solr search 1.0, Beta 3 (06/06/2011):
  172. ------------------------------------------------
  173. - #1111852 by miiimooo, drunken monkey: Added a 'More like this' feature.
  174. - #1153306 by JoeMcGuire, drunken monkey: Added spellchecking support.
  175. - #1138230 by becw, drunken monkey: Added increased flexibility to the service
  176. class.
  177. - #1127038 by drunken monkey: Fixed handling of date facets.
  178. - #1110820 by becw, drunken monkey: Added support for the Luke request handler.
  179. - #1095956 by drunken monkey: Added Solr-specific index alter hook.
  180. Search API Solr search 1.0, Beta 2 (03/04/2011):
  181. ------------------------------------------------
  182. - #1071894 by drunken monkey: Fixed incorrect handling of boolean facets.
  183. - #1071796: Add additional help for Solr-specific extensions.
  184. - #1056018: Better document Solr config customization options.
  185. - #1049900: Field values are sometimes not escaped properly.
  186. - #1043586: Allow Solr server URL to be altered.
  187. - #1010610 by mikejoconnor: Fix hook_requirements().
  188. - #1024146: Don't use file_get_contents() for contacting the Solr server.
  189. - #1010610: More helpful error message when SolrPhpClient is missing.
  190. - #915174: Remove unnecessary files[] declarations from .info file.
  191. - #984134: Add Solr-specific query alter hooks.
  192. Search API Solr search 1.0, Beta 1 (11/29/2010):
  193. ------------------------------------------------
  194. Basic functionality is in place and quite well-tested, including support for
  195. facets and for multi-index searches.