Uses of Interface
ch.ivyteam.ivy.business.data.store.search.Result
-
Packages that use Result Package Description ch.ivyteam.ivy.business.data.store.search -
-
Uses of Result in ch.ivyteam.ivy.business.data.store.search
Methods in ch.ivyteam.ivy.business.data.store.search that return Result Modifier and Type Method Description Result<T>Executor. execute()Executes the search operationResult<T>Query. raw(String rawSearchQuery)Search for business data values using a raw Elasticsearch search query.
-