Skip to content

Commit c89df4c

Browse files
committed
Added total_relation property to search response
1 parent b96d32b commit c89df4c

File tree

80 files changed

+49
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+49
-8
lines changed

.github/workflows/maven.yml

100755100644
File mode changed.

.gitignore

100755100644
File mode changed.

.openapi-generator-ignore

100755100644
File mode changed.

.travis.yml

100755100644
File mode changed.

README.md

100755100644
Lines changed: 3 additions & 3 deletions

build.gradle

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'eclipse'
33
apply plugin: 'com.diffplug.spotless'
44

55
group = 'com.manticoresearch'
6-
version = '3.1.0'
6+
version = '3.2.0'
77

88
buildscript {
99
repositories {

build.sbt

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "com.manticoresearch",
44
name := "manticoresearch",
5-
version := "3.1.0",
5+
version := "3.2.0",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
Compile / javacOptions ++= Seq("-Xlint:deprecation"),

docs/BulkResponse.md

100755100644
File mode changed.

docs/DeleteDocumentRequest.md

100755100644
File mode changed.

docs/DeleteResponse.md

100755100644
File mode changed.

0 commit comments

Comments
 (0)