[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-30 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495015#comment-16495015
 ] 

ASF subversion and git services commented on SOLR-12401:


Commit aed4f276d56462c7f6af468c8f06e3517c6ca82a in lucene-solr's branch 
refs/heads/branch_7x from [~janhoy]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=aed4f27 ]

SOLR-12401: Add refGuide docs and CHANGES

(cherry picked from commit 6ca0c5f)


> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4, master (8.0)
>
> Attachments: SOLR-12401-refguide.patch, SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-30 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16495008#comment-16495008
 ] 

ASF subversion and git services commented on SOLR-12401:


Commit 6ca0c5f98a4a28f4222d3ec5f275fef5c7f381f9 in lucene-solr's branch 
refs/heads/master from [~janhoy]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=6ca0c5f ]

SOLR-12401: Add refGuide docs and CHANGES


> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4, master (8.0)
>
> Attachments: SOLR-12401-refguide.patch, SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-29 Thread JIRA


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16494035#comment-16494035
 ] 

Jan Høydahl commented on SOLR-12401:


Attached patch, also with changes entry. Will commit tomorrow if no objections.

> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4, master (8.0)
>
> Attachments: SOLR-12401-refguide.patch, SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-29 Thread Joel Bernstein (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16493544#comment-16493544
 ] 

Joel Bernstein commented on SOLR-12401:
---

Sounds good, let me know if you have any question about where to add it to the 
RefGuide.

> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-29 Thread JIRA


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16493185#comment-16493185
 ] 

Jan Høydahl commented on SOLR-12401:


Thanks Joel. Shall I take a stab at RefGuide changes and a CHANGES.txt entry?

> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16492855#comment-16492855
 ] 

ASF subversion and git services commented on SOLR-12401:


Commit 3cac1b2cfe0b3be2f11dee86814b94c125db27b0 in lucene-solr's branch 
refs/heads/branch_7x from Joel
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=3cac1b2 ]

SOLR-12401: Add getValue() and setValue() Stream Evaluators


> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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



[jira] [Commented] (SOLR-12401) Add getValue() and setValue() Stream Evaluators

2018-05-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/SOLR-12401?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16492850#comment-16492850
 ] 

ASF subversion and git services commented on SOLR-12401:


Commit 11cfb864894e99cc5953bae19ab29d07599a4e15 in lucene-solr's branch 
refs/heads/master from Joel
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=11cfb86 ]

SOLR-12401: Add getValue() and setValue() Stream Evaluators


> Add getValue() and setValue() Stream Evaluators
> ---
>
> Key: SOLR-12401
> URL: https://issues.apache.org/jira/browse/SOLR-12401
> Project: Solr
>  Issue Type: New Feature
>  Security Level: Public(Default Security Level. Issues are Public) 
>  Components: streaming expressions
>Reporter: Jan Høydahl
>Assignee: Joel Bernstein
>Priority: Major
> Fix For: 7.4
>
> Attachments: SOLR-12401.patch
>
>
> We need functions to retrieve a value from a tuple and to set a value in an 
> existing tuple:
> Joel writes in 
> [solr-user|https://lists.apache.org/thread.html/f8fb5ae325b172b8d1729e33445beddcc443f7bbd672760cdd0ed25c@%3Csolr-user.lucene.apache.org%3E]:
> {quote}We can add afunctions called:
>  getValue(tuple, key)
>  setValue(tuple, key, value)
> {quote}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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