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

Gus Heck commented on SOLR-13122:
---------------------------------

Looks nice, certainly an improvement. However I tend to think Aliases should 
have it's own section, eventually it would be nice if alias creation expanded 
to include routed aliases

Yes RA's metadata isreturned by LISTALIASES (below being what happens to be 
what I get from local test solr while working on SOLR-13375.
{code:java}
{
    "responseHeader": {
        "status": 0,
        "QTime": 2
    },
    "aliases": {
        "dra_test": 
"dra_test_CRA__NEW_CATEGORY_ROUTED_ALIAS_WAITING_FOR_DATA_TEMP_TRA__2019-01-01"
    },
    "properties": {
        "dra_test": {
            "router.0.field": "cat",
            "router.0.maxCardinality": "20",
            "router.1.field": "created_tdt",
            "router.1.name": "time",
            "router.field": "cat,created_tdt",
            "name": "dra_test",
            "router.name": "Dimensional[category,time]",
            "router.1.start": "2019-01-01T00:00:00Z/MONTH",
            "router.0.name": "category",
            "router.1.interval": "+1MONTH",
            "router.1.maxFutureMs": "31556952000",
            "create-collection.collection.configName": "_default",
            "create-collection.numShards": "2",
            "operation": "createalias"
        }
    }
}
 {code}

> Ability to query aliases in Solr Admin UI
> -----------------------------------------
>
>                 Key: SOLR-13122
>                 URL: https://issues.apache.org/jira/browse/SOLR-13122
>             Project: Solr
>          Issue Type: Improvement
>          Components: Admin UI
>            Reporter: mosh
>            Assignee: Jan Høydahl
>            Priority: Major
>              Labels: UI
>             Fix For: 8.2
>
>         Attachments: alias-collection-menu-selected.png, 
> alias-collections-menu.png, alias-collections-menu.png, alias-dropdown.png, 
> alias-select-double.png
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> After having recently toyed with Time Routed Alias in SolrCloud,
> we have noticed there is no way to query an alias from the admin UI,
> since the combo box only contains the current collection in the cluster.
> Solr Admin UI ought to have a way to query these aliases, for better 
> convenience.



--
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

Reply via email to