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

    https://github.com/apache/incubator-rya/pull/172#discussion_r160550164
  
    --- Diff: 
extras/shell/src/main/java/org/apache/rya/shell/util/InstallPrompt.java ---
    @@ -224,6 +224,10 @@ private InstallConfiguration promptMongoConfig(final 
String instanceName) throws
                 final boolean useTemporalIndexing = promptBoolean(prompt, 
Optional.of(true));
                 builder.setEnableTemporalIndex( useTemporalIndexing );
     
    +            prompt = makeFieldPrompt("Use PCJ Indexing", true);
    --- End diff --
    
    Since you added entity stuff back in, also add it here?


---

Reply via email to