You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by jackylk <gi...@git.apache.org> on 2018/04/13 13:50:25 UTC

[GitHub] carbondata pull request #2113: [CARBONDATA-2347][LUCENE_DATAMAP]load issue i...

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

    https://github.com/apache/carbondata/pull/2113#discussion_r181394048
  
    --- Diff: core/src/main/java/org/apache/carbondata/core/constants/CarbonCommonConstants.java ---
    @@ -1642,6 +1642,16 @@
     
       public static final String CARBON_SEARCH_MODE_THREAD_DEFAULT = "3";
     
    +  /**
    +   * compression mode used by lucene for index writing
    +   */
    +  public static final String CARBON_LUCENE_COMPRESSION_MODE = "carbon.lucene.compression.mode";
    --- End diff --
    
    what are the options available for this property?


---