public class QueryLargeSimilar
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QueryLargeSimilar.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | documentIds()Gets the documentIds. | 
| Boolean | enabled()Gets the enabled. | 
| List<String> | fields()Gets the fields. | 
| QueryLargeSimilar.Builder | newBuilder()New builder. | 
public QueryLargeSimilar.Builder newBuilder()
public Boolean enabled()
When `true`, includes documents in the query results that are similar to documents you specify.
public List<String> documentIds()
The list of documents of interest. Required if **enabled** is `true`.
Copyright © 2023 IBM Cloud. All rights reserved.