public class QueryNoticesOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static class  | QueryNoticesOptions.BuilderBuilder. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | aggregation()Gets the aggregation. | 
| java.lang.String | collectionId()Gets the collectionId. | 
| java.lang.Long | count()Gets the count. | 
| java.lang.String | deduplicateField()Gets the deduplicateField. | 
| java.lang.String | environmentId()Gets the environmentId. | 
| java.lang.String | filter()Gets the filter. | 
| java.lang.Boolean | highlight()Gets the highlight. | 
| java.lang.String | naturalLanguageQuery()Gets the naturalLanguageQuery. | 
| QueryNoticesOptions.Builder | newBuilder()New builder. | 
| java.lang.Long | offset()Gets the offset. | 
| java.lang.Boolean | passages()Gets the passages. | 
| java.lang.Long | passagesCharacters()Gets the passagesCharacters. | 
| java.lang.Long | passagesCount()Gets the passagesCount. | 
| java.util.List<java.lang.String> | passagesFields()Gets the passagesFields. | 
| java.lang.String | query()Gets the query. | 
| java.lang.Boolean | similar()Gets the similar. | 
| java.util.List<java.lang.String> | similarDocumentIds()Gets the similarDocumentIds. | 
| java.util.List<java.lang.String> | similarFields()Gets the similarFields. | 
| java.util.List<java.lang.String> | sort()Gets the sort. | 
| java.util.List<java.lang.String> | xReturn()Gets the xReturn. | 
public QueryNoticesOptions.Builder newBuilder()
public java.lang.String environmentId()
public java.lang.String collectionId()
public java.lang.String filter()
public java.lang.String query()
public java.lang.String naturalLanguageQuery()
public java.lang.Boolean passages()
public java.lang.String aggregation()
public java.lang.Long count()
public java.util.List<java.lang.String> xReturn()
public java.lang.Long offset()
public java.util.List<java.lang.String> sort()
public java.lang.Boolean highlight()
public java.util.List<java.lang.String> passagesFields()
public java.lang.Long passagesCount()
public java.lang.Long passagesCharacters()
public java.lang.String deduplicateField()
public java.lang.Boolean similar()
public java.util.List<java.lang.String> similarDocumentIds()
public java.util.List<java.lang.String> similarFields()