On Thu, Mar 22, 2018 at 2:47 PM, Mikhail Khludnev <m...@apache.org> wrote:
> Hello,
>
> What do you think about extending JSON.Range facet with "func" parameter?

Yep, it's been on my roadmap... not sure if an explicit JIRA has been
opened though.
It's related to code to lookup by document (using docValues or
function) rather than using range queries to form buckets:
SOLR-9868 RangeFacet : Use DocValues for accs and docSet collection
instead of RangeQuery
SOLR-10528Use docvalue for range faceting in JSON facet API

Also somewhat related to:
SOLR-11765 Ability to Facet on a Function

> Since range supports different types, it also needs "funcType" parameter,

Or rather, types should be part of functions (i.e. you should be able
to ask a function the type it produces).  Many places need this.

> which will be looked up in schema.

? I don't understand that part.

-Yonik

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to