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 IndexResult
sCollection
of IndexResult
matching the QuerySupport.Query
IOException
- in case of IO error.