public final class QueryHints extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryHints.Builder |
| Modifier and Type | Field and Description |
|---|---|
boolean |
fetchSource |
String |
preference |
com.google.common.collect.ImmutableList<String> |
routing |
SearchOptions |
searchOptions |
SearchType |
searchType |
int |
timeoutInSeconds |
| Constructor and Description |
|---|
QueryHints() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static QueryHints.Builder |
hintsBuilder() |
public final SearchOptions searchOptions
public final SearchType searchType
public final int timeoutInSeconds
public final com.google.common.collect.ImmutableList<String> routing
public final String preference
public final boolean fetchSource
Copyright © 2012–2015 Polyglotted IO. All rights reserved.