File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/com/meilisearch/sdk Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1248,8 +1248,7 @@ public TaskInfo resetSearchCutoffMsSettings() throws MeilisearchException {
12481248 * @param query SimilarDocumentRequest containing parameters for the similar documents search
12491249 * @return SimilarDocumentsResults containing the search results
12501250 * @throws MeilisearchException if an error occurs
1251- * @see <a href="https://www.meilisearch.com/docs/reference/api/similar">API
1252- * specification</a>
1251+ * @see <a href="https://www.meilisearch.com/docs/reference/api/similar">API specification</a>
12531252 */
12541253 public SimilarDocumentsResults searchSimilarDocuments (SimilarDocumentRequest query )
12551254 throws MeilisearchException {
Original file line number Diff line number Diff line change 11package com .meilisearch .sdk .model ;
22
3- // @brunoocasali: I don't think we should use the fasterxml.jackson annotations across the library, since this should be customizable 🤔
3+ // @brunoocasali: I don't think we should use the fasterxml.jackson annotations across the library,
4+ // since this should be customizable 🤔
45import com .fasterxml .jackson .annotation .JsonInclude ;
56import lombok .AccessLevel ;
67import lombok .AllArgsConstructor ;
You can’t perform that action at this time.
0 commit comments