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

Add import function to Streaming Expressions

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • streaming expressions
    • None

    Description

      This ticket will add the import function to be used within a let expression to import Streaming Expression and Stream Evaluator classes from the classpath and bind them to function names:

      let(hello=import("com.mycompany.HelloWorld"),
          a=hello())
      

      In the example above the Stream Evaluator is bound to the function name hello and invoked below using the function name hello.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated: