Skip to content

v1.1.3 Fix startOffset must be non-negative

Compare
Choose a tag to compare
@hankcs hankcs released this 19 Feb 05:25
· 21 commits to master since this release
  1. 修复ES/Solr上的startOffset must be non-negative异常 @kevindragon :#30
  2. 尝试同时兼顾highlighter和ES的array类型:#27
  3. 可从Maven直接引入
    <dependency>
      <groupId>com.hankcs.nlp</groupId>
      <artifactId>hanlp-lucene-plugin</artifactId>
      <version>1.1.3</version>
    </dependency>