Github user shawnfeldman commented on a diff in the pull request:

    https://github.com/apache/incubator-usergrid/pull/117#discussion_r21489837
  
    --- Diff: 
stack/corepersistence/queryindex/src/main/java/org/apache/usergrid/persistence/index/EntityIndex.java
 ---
    @@ -47,6 +47,13 @@
         public void addIndex(final String indexSuffix, final int shards, final 
int replicas);
     
         /**
    +     * Get the indexes for an alias
    +     * @param aliasName name of alias
    +     * @return list of index names
    +     */
    +    public String[] getIndexes(final AliasType aliasType);
    --- End diff --
    
    move to new interface



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to