[
https://issues.apache.org/jira/browse/SOLR-10566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15986540#comment-15986540
]
Joel Bernstein commented on SOLR-10566:
---------------------------------------
There is another commit for this ticket that mistakenly got the wrong jira
ticket number:
https://github.com/apache/lucene-solr/commit/55de74cc45bdc20110b5f293653f64a7c074403f
> Add timeseries Streaming Expression
> -----------------------------------
>
> Key: SOLR-10566
> URL: https://issues.apache.org/jira/browse/SOLR-10566
> Project: Solr
> Issue Type: New Feature
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Joel Bernstein
> Attachments: SOLR-10566.patch, SOLR-10566.patch
>
>
> This ticket is to add specific time series support to streaming expressions.
> Under the covers the timeseries expression will use the json facet API.
> sample syntax:
> {code}
> timeseries(collection,
> q="*:*",
> field="rectime_dt",
> start = "2011-04-01T01:00:00.000Z",
> end = "2016-04-01T01:00:00.000Z",
> gap = "+1MONTH",
> count(*),
> sum(price))
> {code}
> This goes nicely with SOLR-10559. The idea is to support expressions that
> cross-correlate and regress time series data.
> {code}
> let(cell(timeseriesA, timeseries(...)),
> cell(timeSeriesB, timeseries(...)),
> list(cell(a, get(timeseriesA)),
> cell(b, get(timeseriesB)),
> cell(stats, regres(col(timeseriesA, count(*)), col(timeseriesB,
> count(*))))))
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]