Skip to content

Commit cf8a158

Browse files
committed
Regenerated client
1 parent ea80b90 commit cf8a158

File tree

156 files changed

+168
-140
lines changed

Some content is hidden

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

156 files changed

+168
-140
lines changed

.github/workflows/publish.yml

100644100755
File mode changed.

.github/workflows/test.yml

100644100755
File mode changed.

.gitignore

100644100755
File mode changed.

.openapi-generator-ignore

100644100755
File mode changed.

.travis.yml

100644100755
File mode changed.

README.md

100644100755
Lines changed: 18 additions & 10 deletions

build.gradle

100644100755
File mode changed.

build.sbt

100644100755
File mode changed.

docs/AggComposite.md

100644100755
File mode changed.

docs/AggCompositeSource.md

100644100755
File mode changed.

docs/AggCompositeTerm.md

100644100755
File mode changed.

docs/AggTerms.md

100644100755
File mode changed.

docs/Aggregation.md

100644100755
File mode changed.

docs/BoolFilter.md

100644100755
File mode changed.

docs/BulkResponse.md

100644100755
File mode changed.

docs/DeleteDocumentRequest.md

100644100755
File mode changed.

docs/DeleteResponse.md

100644100755
File mode changed.

docs/ErrorResponse.md

100644100755
File mode changed.

docs/FulltextFilter.md

100644100755
File mode changed.

docs/GeoDistance.md

100644100755
File mode changed.

docs/GeoDistanceLocationAnchor.md

100644100755
File mode changed.

docs/Highlight.md

100644100755
File mode changed.

docs/HighlightFieldOption.md

100644100755
File mode changed.

docs/IndexApi.md

100644100755
Lines changed: 2 additions & 3 deletions

docs/InsertDocumentRequest.md

100644100755
File mode changed.

docs/Join.md

100644100755
File mode changed.

docs/JoinCond.md

100644100755
File mode changed.

docs/JoinOn.md

100644100755
File mode changed.

docs/KnnQuery.md

100644100755
File mode changed.

docs/Match.md

100644100755
File mode changed.

docs/MatchAll.md

100644100755
File mode changed.

docs/PercolateRequest.md

100644100755
File mode changed.

docs/PercolateRequestQuery.md

100644100755
File mode changed.

docs/QueryFilter.md

100644100755
File mode changed.

docs/Range.md

100644100755
File mode changed.

docs/ReplaceDocumentRequest.md

100644100755
File mode changed.

docs/ResponseError.md

100644100755
File mode changed.

docs/ResponseErrorDetails.md

100644100755
File mode changed.

docs/SearchApi.md

100644100755
Lines changed: 45 additions & 63 deletions

docs/SearchQuery.md

100644100755
File mode changed.

docs/SearchRequest.md

100644100755
File mode changed.

docs/SearchResponse.md

100644100755
Lines changed: 1 addition & 0 deletions

docs/SearchResponseHits.md

100644100755
File mode changed.

docs/SourceRules.md

100644100755
File mode changed.

docs/SqlResponse.md

100644100755
File mode changed.

docs/SuccessResponse.md

100644100755
File mode changed.

docs/UpdateDocumentRequest.md

100644100755
File mode changed.

docs/UpdateResponse.md

100644100755
File mode changed.

docs/UtilsApi.md

100644100755
File mode changed.

git_push.sh

100644100755
File mode changed.

gradle.properties

100644100755
File mode changed.

gradle/wrapper/gradle-wrapper.jar

100644100755
File mode changed.

gradle/wrapper/gradle-wrapper.properties

100644100755
File mode changed.

gradlew

100644100755
File mode changed.

gradlew.bat

100644100755
File mode changed.

pom.xml

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.manticoresearch</groupId>
55
<artifactId>manticoresearch-dev</artifactId>
6-
<packaging>jar</packaging>
76
<name>manticoresearch-dev</name>
7+
<packaging>jar</packaging>
88
<version>6.0.0</version>
99
<url>https://github.com/manticoresoftware/manticoresearch-java</url>
1010
<description>Client for Manticore Search</description>

settings.gradle

100644100755
File mode changed.

src/main/AndroidManifest.xml

100644100755
File mode changed.

src/main/java/com/manticoresearch/client/ApiClient.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
/**
8484
* <p>ApiClient class.</p>
8585
*/
86-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
86+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
8787
public class ApiClient extends JavaTimeFormatter {
8888
private static final Pattern JSON_MIME_PATTERN = Pattern.compile("(?i)^(application/json|[^;/ \t]+/[^;/ \t]+[+]json)[ \t]*(;.*)?$");
8989

src/main/java/com/manticoresearch/client/ApiException.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/**
2020
* API Exception
2121
*/
22-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
22+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2323
public class ApiException extends Exception {
2424
private static final long serialVersionUID = 1L;
2525

src/main/java/com/manticoresearch/client/ApiResponse.java

100644100755
File mode changed.

src/main/java/com/manticoresearch/client/Configuration.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.manticoresearch.client;
1515

16-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
16+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
1717
public class Configuration {
1818
public static final String VERSION = "6.0.0";
1919

src/main/java/com/manticoresearch/client/JSON.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
import jakarta.ws.rs.core.GenericType;
2929
import jakarta.ws.rs.ext.ContextResolver;
3030

31-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
31+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
3232
public class JSON implements ContextResolver<ObjectMapper> {
3333
private ObjectMapper mapper;
3434

src/main/java/com/manticoresearch/client/JavaTimeFormatter.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Class that add parsing/formatting support for Java 8+ {@code OffsetDateTime} class.
2121
* It's generated for java clients when {@code AbstractJavaCodegen#dateLibrary} specified as {@code java8}.
2222
*/
23-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
23+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2424
public class JavaTimeFormatter {
2525

2626
private DateTimeFormatter offsetDateTimeFormatter = DateTimeFormatter.ISO_OFFSET_DATE_TIME;

src/main/java/com/manticoresearch/client/Pair.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
package com.manticoresearch.client;
1515

16-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
16+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
1717
public class Pair {
1818
private String name = "";
1919
private String value = "";

src/main/java/com/manticoresearch/client/RFC3339DateFormat.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import java.util.GregorianCalendar;
2323
import java.util.TimeZone;
2424

25-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
25+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2626
public class RFC3339DateFormat extends DateFormat {
2727
private static final long serialVersionUID = 1L;
2828
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

src/main/java/com/manticoresearch/client/ServerConfiguration.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server configuration.
2020
*/
21-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
21+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2222
public class ServerConfiguration {
2323
public String URL;
2424
public String description;

src/main/java/com/manticoresearch/client/ServerVariable.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server Variable for server URL template substitution.
2020
*/
21-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
21+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2222
public class ServerVariable {
2323
public String description;
2424
public String defaultValue;

src/main/java/com/manticoresearch/client/StringUtil.java

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
import java.util.Collection;
1717
import java.util.Iterator;
1818

19-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
19+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2020
public class StringUtil {
2121
/**
2222
* Check if the given array contains the given value (with case-insensitive comparison).

src/main/java/com/manticoresearch/client/api/IndexApi.java

100644100755
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import jakarta.ws.rs.core.GenericType;
1010

11-
import java.math.BigDecimal;
1211
import com.manticoresearch.client.model.BulkResponse;
1312
import com.manticoresearch.client.model.DeleteDocumentRequest;
1413
import com.manticoresearch.client.model.DeleteResponse;
@@ -25,7 +24,7 @@
2524
import java.util.List;
2625
import java.util.Map;
2726

28-
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-10-28T14:26:41.232179329Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
27+
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2025-01-31T13:59:29.723520242Z[Etc/UTC]", comments = "Generator version: 7.3.0-SNAPSHOT")
2928
public class IndexApi {
3029
private ApiClient apiClient;
3130

@@ -213,7 +212,7 @@ public ApiResponse<SuccessResponse> insertWithHttpInfo(InsertDocumentRequest ins
213212
*
214213
* @see <a href="https://manual.manticoresearch.com/Updating_documents/REPLACE#JSON-REPLACE">Partially replaces a document in an index Documentation</a>
215214
*/
216-
public UpdateResponse partialReplace(String index, BigDecimal id, ReplaceDocumentRequest replaceDocumentRequest) throws ApiException {
215+
public UpdateResponse partialReplace(String index, Long id, ReplaceDocumentRequest replaceDocumentRequest) throws ApiException {
217216
return partialReplaceWithHttpInfo(index, id, replaceDocumentRequest).getData();
218217
}
219218

@@ -234,7 +233,7 @@ public UpdateResponse partialReplace(String index, BigDecimal id, ReplaceDocumen
234233
*
235234
* @see <a href="https://manual.manticoresearch.com/Updating_documents/REPLACE#JSON-REPLACE">Partially replaces a document in an index Documentation</a>
236235
*/
237-
public ApiResponse<UpdateResponse> partialReplaceWithHttpInfo(String index, BigDecimal id, ReplaceDocumentRequest replaceDocumentRequest) throws ApiException {
236+
public ApiResponse<UpdateResponse> partialReplaceWithHttpInfo(String index, Long id, ReplaceDocumentRequest replaceDocumentRequest) throws ApiException {
238237
// Check required parameters
239238
if (index == null) {
240239
throw new ApiException(400, "Missing the required parameter 'index' when calling partialReplace");

0 commit comments

Comments
 (0)