Skip to content

0.2.0

Compare
Choose a tag to compare
@haeungun haeungun released this 21 Jan 12:18
· 4 commits to master since this release

Changelog

  • Support Object type for DocumentId
  • Add topK parameter for search API
  • Improve unittest coverage
  • Add java doc

Maven

<dependency>
	<groupId>com.haeungun.indexer4j</groupId>
	<artifactId>indexer4j</artifactId>
	<version>0.2.0</version>
	<type>pom</type>
</dependency>

Gradle

compile 'com.haeungun.indexer4j:indexer4j:0.2.0'