You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "David Eric Pugh (Jira)" <ji...@apache.org> on 2020/02/27 19:28:00 UTC

[jira] [Commented] (SOLR-14284) Document that you can add a new stream function via add-expressible

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

David Eric Pugh commented on SOLR-14284:
----------------------------------------

I went ahead and did a first pass of documenting the various `actions` that you can pass to the the `/stream` request handler.   

This PR is ready for review and ideally commit!  I haven't ever added a new page to the solr ref guide, so advice appreciated.


> Document that you can add a new stream function via add-expressible
> -------------------------------------------------------------------
>
>                 Key: SOLR-14284
>                 URL: https://issues.apache.org/jira/browse/SOLR-14284
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: documentation
>    Affects Versions: 8.5
>            Reporter: David Eric Pugh
>            Priority: Minor
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> I confirmed that in Solr 8.5 you will be able to dynamically add a Stream function (assuming the Jar is in the path) via the configset api:
> curl -X POST -H 'Content-type:application/json'  -d '{
>   "add-expressible": {
>     "name": "dog",
>     "class": "org.apache.solr.handler.CatStream"
>   }
> }' http://localhost:8983/solr/gettingstarted/config



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org