public class QueryOptions extends GenericModel
Modifier and Type | Class and Description |
---|---|
static class |
QueryOptions.Builder
Builder.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
aggregation()
Gets the aggregation.
|
java.lang.String |
bias()
Gets the bias.
|
java.lang.String |
collectionId()
Gets the collectionId.
|
java.util.List<java.lang.String> |
collectionIds()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
java.lang.Long |
count()
Gets the count.
|
java.lang.Boolean |
deduplicate()
Gets the deduplicate.
|
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.Boolean |
loggingOptOut()
Gets the loggingOptOut.
|
java.lang.String |
naturalLanguageQuery()
Gets the naturalLanguageQuery.
|
QueryOptions.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()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
java.lang.String |
query()
Gets the query.
|
java.util.List<java.lang.String> |
returnFields()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
java.lang.Boolean |
similar()
Gets the similar.
|
java.util.List<java.lang.String> |
similarDocumentIds()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
java.util.List<java.lang.String> |
similarFields()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
java.util.List<java.lang.String> |
sort()
Deprecated.
This parameter is now officially of type String and will be returned as such in the next major release.
|
equals, hashCode, toString
public QueryOptions.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> returnFields()
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.Boolean deduplicate()
public java.lang.String deduplicateField()
public java.util.List<java.lang.String> collectionIds()
public java.lang.Boolean similar()
public java.util.List<java.lang.String> similarDocumentIds()
public java.util.List<java.lang.String> similarFields()
public java.lang.String bias()
public java.lang.Boolean loggingOptOut()