Skip to content

Commit

Permalink
Update CHANGELOG with stats changes
Browse files Browse the repository at this point in the history
  • Loading branch information
meg-codes committed Jun 13, 2019
1 parent 7769a67 commit 1168e57
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@
CHANGELOG
=========

0.4
---

* ``parasolr.query.SolrQuery`` additional support for stats:

* New method ``stats`` to enable stats for a set of field names.
* New method ``get_stats` to return the entire stats reponse.
0.3
---
* ``parasolr.query.SolrQuerySet`` additional support for faceting:
* ``parasolr.query.SolrQuerySet`` additional support for faceting:

* New method ``facet_field`` for more fine-grained facet feature
control for a single facet field
Expand All @@ -15,13 +24,13 @@ CHANGELOG
``facet_field`` method and ``exclude`` option on ``filter``
* ``get_facets`` now returns the entire facet response, including
facet fields, range facets, etc.

* ``SolrQuerySet.filter()`` method now supports the following advanced lookups:

* **in**: filter on a list of values
* **exists**: filter on empty or not-empty
* **range**: filter on a numeric range

* New method ``SolrQuerySet.also()`` that functions just like ``only()``
except it adds instead of replacing field limit options.
* New ``parasolr.query.AliasedSolrQuerySet`` supports
Expand Down

0 comments on commit 1168e57

Please sign in to comment.