public static final class QuerySupport.Query extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QuerySupport.Query.Factory
Factory for an index queries.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<? extends IndexResult> |
execute(String... fieldsToLoad)
Executes the query.
|
String |
toString() |
@NonNull public Collection<? extends IndexResult> execute(@NullAllowed String... fieldsToLoad) throws IOException
fieldsToLoad - the filter for fields to be loaded into the IndexResultsCollection of IndexResult matching the QuerySupport.QueryIOException - in case of IO error.