Class SmartChineseAnalyzer.DefaultSetHolder

java.lang.Object
org.apache.lucene.analysis.cn.smart.SmartChineseAnalyzer.DefaultSetHolder
Enclosing class:
SmartChineseAnalyzer

private static class SmartChineseAnalyzer.DefaultSetHolder extends Object
Atomically loads the DEFAULT_STOP_SET in a lazy fashion once the outer class accesses the static final set the first time.;
  • Field Details

    • DEFAULT_STOP_SET

      static final CharArraySet DEFAULT_STOP_SET
  • Constructor Details

    • DefaultSetHolder

      private DefaultSetHolder()
  • Method Details