Jochen created SOLR-15492:
-----------------------------
Summary: Add another constructor do RangeFacetMap
Key: SOLR-15492
URL: https://issues.apache.org/jira/browse/SOLR-15492
Project: Solr
Issue Type: Wish
Security Level: Public (Default Security Level. Issues are Public)
Components: clients - java
Affects Versions: 8.9
Reporter: Jochen
The class {{org.apache.solr.client.solrj.request.json.RangeFacetMap}} is
missing the constructor:
{{RangeFacetMap(final String fieldName, final String start, final String end,
final String gap) {}}
{{...
}}{{}
}}
The constructor is needed, because something like:
{{new RangeFacetMap("date", "NOW/YEAR-50YEARS", "NOW/DAY", "+1YEAR");}}
is perfectly valid
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]