diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index c1eb005ce89..0f47442b718 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -322,7 +322,7 @@ New Features * SOLR-2670: Added NIOFSDirectoryFactory (yonik) -* SOLR-2523: Added support in SolrJ to easily interact range with facets. +* SOLR-2523: Added support in SolrJ to easily interact with range facets. The range facet response can be parsed and is retrievable from the QueryResponse class. The SolrQuery has convenient methods for using range facets. (Martijn van Groningen)