Package ca.uhn.fhir.jpa.dao.search
Class ExtendedLuceneSearchBuilder
java.lang.Object
ca.uhn.fhir.jpa.dao.search.ExtendedLuceneSearchBuilder
Search builder for lucene/elastic for token, string, and reference parameters.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
These params have complicated semantics, or are best resolved at the JPA layer for now. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addAndConsumeAdvancedQueryClauses
(ExtendedLuceneClauseBuilder builder, String theResourceType, SearchParameterMap theParams, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) boolean
isSupportsSomeOf
(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
-
ExtendedLuceneSearchBuilder
public ExtendedLuceneSearchBuilder()
-
-
Method Details
-
isSupportsSomeOf
Are any of the queries supported by our indexing? -
addAndConsumeAdvancedQueryClauses
public void addAndConsumeAdvancedQueryClauses(ExtendedLuceneClauseBuilder builder, String theResourceType, SearchParameterMap theParams, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry)
-