Uses of Interface
ca.uhn.fhir.jpa.search.builder.ISearchQueryExecutor
Package
Description
Extended fhir indexing for Hibernate Search using Lucene/Elasticsearch.
-
Uses of ISearchQueryExecutor in ca.uhn.fhir.jpa.dao
Modifier and TypeMethodDescriptionFulltextSearchSvcImpl.searchNotScrolled
(String theResourceName, SearchParameterMap theParams, Integer theMaxResultsToFetch, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IFulltextSearchSvc.searchNotScrolled
(String theResourceName, SearchParameterMap theParams, Integer theMaxResultsToFetch, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Query the index for a plain list (non-scrollable) iterator of results.FulltextSearchSvcImpl.searchScrolled
(String theResourceType, SearchParameterMap theParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) IFulltextSearchSvc.searchScrolled
(String theResourceName, SearchParameterMap theParams, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Query the index for a complete iterator of ALL results. -
Uses of ISearchQueryExecutor in ca.uhn.fhir.jpa.dao.search
Modifier and TypeClassDescriptionclass
Adapt Hibernate Search SearchScroll paging result to our ISearchQueryExecutor -
Uses of ISearchQueryExecutor in ca.uhn.fhir.jpa.search.builder
Modifier and TypeMethodDescriptionstatic ISearchQueryExecutor
static ISearchQueryExecutor
static ISearchQueryExecutor
static ISearchQueryExecutor
SearchQueryExecutors.limited
(ISearchQueryExecutor theExecutor, long theLimit) Modifier and TypeMethodDescriptionstatic ISearchQueryExecutor
SearchQueryExecutors.limited
(ISearchQueryExecutor theExecutor, long theLimit) -
Uses of ISearchQueryExecutor in ca.uhn.fhir.jpa.search.builder.models
-
Uses of ISearchQueryExecutor in ca.uhn.fhir.jpa.search.builder.sql