RELEASE: v0.6.0
nicolasembleton
released this
08 Oct 15:49
·
113 commits
to master
since this release
Latest changes (0.6.0):
- Solr5 Query-Highlighting support through StandardHighlighter (@LukeTavern) (#144)
- Experimental support for SolrCloud collections administration (@LukeTavern) (#138)
- Support for large query through POST via configurable automatic switch (@kfitzgerald) (#129)
- Set Default Field (query.df()) (@cbarrientos-ias) (#137)
- Adds support for facet.pivot and facet.pivot.mincount (@nicolasembleton) (#146)
- Adds support for solrVersion to activate fine-grained version-specific features (first ones to use that is facet.pivot.* and update URL (@LukeTavern and @nicolasembleton)
Noticeable change: You can now pass a solrVersion to the Client initialization so it will activate features that are only supported by your version or higher. Be sure to check the documentation.