Package ca.uhn.fhir.jpa.dao.search
Class ExtendedLuceneIndexExtractor
java.lang.Object
ca.uhn.fhir.jpa.dao.search.ExtendedLuceneIndexExtractor
Extract search params for advanced lucene indexing.
This class re-uses the extracted JPA entities to build an ExtendedLuceneIndexData instance.
-
Constructor Summary
ConstructorsConstructorDescriptionExtendedLuceneIndexExtractor
(ca.uhn.fhir.context.FhirContext theContext, Map<String, ca.uhn.fhir.context.RuntimeSearchParam> theActiveParams) -
Method Summary
Modifier and TypeMethodDescription@NotNull ExtendedLuceneIndexData
extract
(ResourceIndexedSearchParams theNewParams)
-
Constructor Details
-
ExtendedLuceneIndexExtractor
public ExtendedLuceneIndexExtractor(ca.uhn.fhir.context.FhirContext theContext, Map<String, ca.uhn.fhir.context.RuntimeSearchParam> theActiveParams)
-
-
Method Details
-
extract
-