- Nothing changed yet.
- Fix last version: pep440 does not support semantic versioning as supposed by https://semver.org (neither 1.0 no 2.0). openstack suggests a modified semver as described here: https://docs.openstack.org/pbr/latest/user/semver.html
- In Response.facet_counts the default value for facet_counts.facet_pivot is now {} instead of (,) if facet_pivot was not in the solr response json
- Remove support for Python 2.7
- Added missing mlt parameter (mlissner)
- interpret fields of type date and/or pdate as solr datefields
- Python 3.9 is now the baseline.
- Add support for Python 3.6, Python3.7 and Python 3.8 (ale-rt)
- Add extract handler support (mamico)
- Allow user to pass an http_connection to SolrInterface ctor (quinot)
BaseSearch
has now acount
function (mlissner)- Support atomic updates (ale-rt)
- Highlighting is now available in the result documents as the
solr_highlights
field (mlissner) - smaller documentation cleanup
- Fix is_iter implementation #30 (mamico)
- Multi-value date fields work (mlissner)
- Fixes error in the readme so that DEBUG mode works as documented (mlissner)
- Fixing setup.py classifier.
- Return response for update actions (mamico)
- Add support for Solr cursors (Chronial)
- Added stats option (rlskoeser)
- Better check datetime dynamicfields (mamico)
- RealTime Get (Chronial)
- TermVector support (Chronial)
- use compat.basestring over compat.str in date convert (mamico)
- remove test from core requirements (mamico)
- added search_timeout paramter to SolrConnection (mamico)
- fix. Do not alter documents while adding new documents
- Test against Solr 4.10.2 and added Python 3.4 to travis.
- Added support for dismax queries.
- Added support edismax field aliases.
- Added support for facet ranges.
- Add spellchecking for scorched queries. (#9707)
- Add debugQuery parameter to search. (#9903)
- Add possibility to specify the request handler to use per query. (#9704)
- Fixed again fields in field_limiter.
- Fixed fields convert to arrays.
- Added FacetPivotOptions.
- Added PostingsHighlightOptions.
- Added boundaryScanner to HighlightOptions.
- Makes SolrResponse iterable.
- Added more tests
- Added description in setup.py
- Python 3
- Cleaner api moved redundant functions
- Cleaner api removed filter_exclude use ~si.Q()
- Cleaner api removed exclude use ~si.Q()
- Fixed mlt_search (mlt component and handler)
- Removed mx.DateTime
- Removed redundant more_like_this
- Offspring of sunburnt is born