You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streams.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2014/06/23 17:19:27 UTC

[jira] [Created] (STREAMS-111) PersistReaders with json-based query engines should accept a full query definition from the job config

Steve Blackmon created STREAMS-111:
--------------------------------------

             Summary: PersistReaders with json-based query engines should accept a full query definition from the job config
                 Key: STREAMS-111
                 URL: https://issues.apache.org/jira/browse/STREAMS-111
             Project: Streams
          Issue Type: New Feature
            Reporter: Steve Blackmon


Specifically thinking of ES and Mongo but may apply to others

Rather than be limited to

"elasticsearch": {
  "source": {
     "indexes": [
     ],
     "types": [
     ]
  }
}

it would be incredibly useful to also supply
     "_search": {
        ... full json doc of search request
     }
and have that used to generate the stream cursor



--
This message was sent by Atlassian JIRA
(v6.2#6252)