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

    https://github.com/apache/incubator-usergrid/pull/165#discussion_r25743827
  
    --- Diff: 
stack/rest/src/main/java/org/apache/usergrid/rest/IndexResource.java ---
    @@ -250,8 +250,10 @@ public JSONWithPadding addIndex(@Context UriInfo ui,
                 throw new IllegalArgumentException("Please add an indexSuffix 
to your post");
             }
     
    +        String writeConsistency = config.get("writeConsistency") != null ? 
(String)config.get("writeConsistency") : "one" ;
    --- End diff --
    
    Can we use IndexFig here?


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