Downloads
Download tar.gz
101.34 KB
MD5: 80e3024f7aa9b802296b89277646a898
SHA-1: cbd7bcad9679ea1c47940d1f09a2cd2339166ad1
SHA-256: cfbfc087908938ac722b195d5192e5175db18be006532570de7701145605c1d1
Download zip
117.17 KB
MD5: 59314a961bf4a398307263d14e67595e
SHA-1: 3f8bbd6e6d2743652727d96752f25caddf9efedc
SHA-256: 6957680511a7fd626a04934edcf52b66920028b715ad8a0c3334250625441552
Release notes
This is primariy a bug fix release, but minor new features have been added or backported from the 6.x-2.x version.
Note that the schema.xml and solrconfig.xml have changed, but should be backward-compatible with existing indexes. Update these xml files in your Solr conf directory and restart Solr.
- #864160 by pwolanin: Allow the caller a last chance to modify the query and params.
- #847040 by Agileware: Allow other modules to use facet only searching.
- #536990 by pwolanin | jpmckinney, janusman: always index content as an anonymous user.
- #751004 by jpmckinney, camidoo, rjbrown99, pwolanin: fix use of CCK API, handle NODE_BUILD_SEARCH_INDEX exclusion setting in the UI.
- #373824 by pwolanin: show count of attached files to mimic upload module with node search.
- #853564 by pwolanin: fix regression from #614644 - still need to see if there is POST data.
- #592522 by pwolanin, quaoar: use multi-table sytax for MySQL to avoid killer sub-selects.
- #614644 by pwolanin: Improved compatibility with other forms (based on Drupal 7 core issue patch).
- #348832 by pwolanin: Increase maxFieldLength to 20000, rationalize version strings.
- #704190 by pwolanin: Add page callbacks to display conf files in the index in reports.
- #835850 by pwolanin: add more replicated files to solrconfig.xml master section.
- #830976 by eosrei, pwolanin: make sure we return a non-zero ping time on success.
- #824534 backport from 6.x-2.x of method to replace keywords in query object.
- #824154 by pwolanin: update schema.xml to add preserveOriginal="1" to WordDelimiterFilterFactory.
- #818608 by nofun: fix 5.3 warning on get_object_vars().
- #721258 by davidwhthomas, jpmckinney: fix warning, allow the default sort to be changed more easily.
- #592722 by jpmckinney: Reorder code in Solr_Base_Query and Drupal_Solr_Query_Interface. Fix some comments. Remove E_STRICT warnings. Respect coding standards.
- by jpmckinney: Fix whitespace. Respect coding standards. Fix watchdog argument. Redo apachesolr_facet_block refactorings from 6.x-2.x
- #759638 by pwolanin: refactor code to make it possible for multiple modules to run a search.
- #763072 by robertDouglass, justinrandell: Fixed warnings when indexing old, crappy html.
- #614644 by netsensei | robertDouglass: Fixed Forms attached to Apachesolr search results won't work.
- #747346 by robertDouglass, pwolanin | lazysoundsystem: Fixed Typo in apachesolr_search.module.
- #750426 by mkalkbrenner: remove ununsed textTight type from schema.xml.
- #751420 by Damien Tournoud, pwolanin, skwashd: shorter site hash with different algorithm.
- #742998 by pwolanin: stop catching exceptions in the solr factory function.
- #744038 by siliconmeadow: Changed Change of Drush extension command naming conventions.
- #733116 by pwolanin | drewish: Changed Implement hook_flush_caches().
- #708424 by janusman: Changed Change gmdate() to Drupal format_date() in date facets to support localization.