public static class BatchSearchRepository.WebQuery extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_SORT_FIELD |
String |
field |
int |
from |
String |
order |
List<String> |
queries |
String |
query |
int |
size |
String |
sort |
| Constructor and Description |
|---|
WebQuery() |
WebQuery(int size,
int from) |
WebQuery(int size,
int from,
String sort,
String order,
String query,
String field,
List<String> queries) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
hasFilteredQueries() |
int |
hashCode() |
boolean |
isSorted() |
public static final String DEFAULT_SORT_FIELD
public final String sort
public final String order
public final String query
public final String field
public final int from
public final int size
Copyright © 2020–2021 ICIJ. All rights reserved.