CHANGELOG.txt 8.1 KB

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