Skip to content

v3.0.0

Compare
Choose a tag to compare
@eiennohito eiennohito released this 19 Jan 09:05
· 140 commits to develop since this release

Highlights

  • Sudachi is updated to 0.7.0
  • Analysis results are cached within a single index
  • All versions of ElasticSearch are supported by a single branch with some conditional compilation Gradle magic
  • Implementation now uses Kotlin inside

Analysis cache

  • Previous versions of ES Sudachi plugin were analyzing the input multiple times when using multiple analyzer chains (e.g. mode A, mode B, mode C, readings, dictionary form) for the same field. From this version, the underlying analysis is done only once, yielding n times speedup, where n is a number of configured analysis chains which stem from Sudachi.