CHANGELOG.txt 9.4 KB

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