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 |
collectionId()
Gets the collectionId.
|
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.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()
Gets the passagesFields.
|
java.lang.String |
query()
Gets the query.
|
java.util.List<java.lang.String> |
returnFields()
Gets the returnFields.
|
java.util.List<java.lang.String> |
sort()
Gets the sort.
|
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()