You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "David Smiley (JIRA)" <ji...@apache.org> on 2018/03/12 13:11:00 UTC

[jira] [Comment Edited] (SOLR-11617) Expose Alias Metadata CRUD in REST API

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

David Smiley edited comment on SOLR-11617 at 3/12/18 1:10 PM:
--------------------------------------------------------------

Looks good except for a minor omission I can fix now.  CHANGES.txt ought to be updated, and the collections-api.adoc have a couple examples of v1 that you changed to "properties.\*" that should have been "property.\*" (it's V1 not V2).  I'm running precommit and tests.  It should be committed relatively soon.  Thanks for doing the renames Gus!


was (Author: dsmiley):
Looks good except for a minor omission I can fix now.  CHANGES.txt ought to be updated, and the collections-api.adoc have a couple examples of v1 that you changed to "properties.*" that should have been "property.*" (it's V1 not V2).  I'm running precommit and tests.  It should be committed relatively soon.  Thanks for doing the renames Gus!

> Expose Alias Metadata CRUD in REST API
> --------------------------------------
>
>                 Key: SOLR-11617
>                 URL: https://issues.apache.org/jira/browse/SOLR-11617
>             Project: Solr
>          Issue Type: Sub-task
>      Security Level: Public(Default Security Level. Issues are Public) 
>          Components: SolrCloud
>    Affects Versions: master (8.0)
>            Reporter: Gus Heck
>            Assignee: David Smiley
>            Priority: Major
>             Fix For: 7.3
>
>         Attachments: SOLR_11617.patch, SOLR_11617.patch
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> SOLR-11487 is adding Java API for metadata on aliases, this task is to expose that functionality to end-users via a REST API.
> Some proposed commands, for initial discussion:
>  - *SETALIASMETA* - upsert, or delete if blank/null/white-space provided.
>  - *GETALIASMETA* - read existing alias metadata
> Given that the parent ticket to this task is going to rely on the alias metadata, and I suspect a user would potentially completely break their time partitioned data configuration by editing system metadata directly, we should either document these commands as "use at your own risk, great power/responsibility etc" or consider protecting some subset of metadata.



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

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