Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-14046

Add y-domain parameter to facet2D Stream Evaluator

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streaming expressions
    • None

    Description

      The y-domain parameter will allow the facet2D function to change the query for the y dimension in a facet2D aggregation:

      Syntax:

      facet2D(stocks, 
              q="ticker_s:jpm", 
              x="yearMonthDay", 
              y="ticker_s", 
              y-domain="*:*", 
              dimensions="50, 50",
              max(change_d)) 

      The example above changes the query for the y-dimension to be

      *:* 

      The main query is still applied to the x-dimension.

      This aggregation behavior creates graph adjacency matrices that can be mined for correlations. 

      Attachments

        Activity

          People

            Unassigned Unassigned
            jbernste Joel Bernstein
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: