Package ca.uhn.fhir.jpa.dao.search
Class ExtendedHSearchSearchBuilder
java.lang.Object
ca.uhn.fhir.jpa.dao.search.ExtendedHSearchSearchBuilder
Search builder for HSearch for token, string, and reference parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThese params have complicated semantics, or are best resolved at the JPA layer for now. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAndConsumeAdvancedQueryClauses(ExtendedHSearchClauseBuilder builder, String theResourceType, SearchParameterMap theParams, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) booleanisSupportsAllOf(SearchParameterMap myParams) Are all the queries supported by our indexing?booleanisSupportsSomeOf(SearchParameterMap myParams) Are any of the queries supported by our indexing?
-
Field Details
-
EMPTY_MODIFIER
- See Also:
-
ourUnsafeSearchParmeters
These params have complicated semantics, or are best resolved at the JPA layer for now.
-
-
Constructor Details
-
ExtendedHSearchSearchBuilder
public ExtendedHSearchSearchBuilder()
-
-
Method Details
-
isSupportsSomeOf
Are any of the queries supported by our indexing? -
isSupportsAllOf
Are all the queries supported by our indexing? -
addAndConsumeAdvancedQueryClauses
public void addAndConsumeAdvancedQueryClauses(ExtendedHSearchClauseBuilder builder, String theResourceType, SearchParameterMap theParams, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry)
-