
Uses of Class
ca.uhn.fhir.jpa.searchparam.fulltext.FullTextExtractionResponse
Packages that use FullTextExtractionResponse
-
Uses of FullTextExtractionResponse in ca.uhn.fhir.jpa.searchparam.fulltext
Methods in ca.uhn.fhir.jpa.searchparam.fulltext that return FullTextExtractionResponseModifier and TypeMethodDescriptionstatic FullTextExtractionResponse
FullTextExtractionResponse.doNotIndex()
Creates a response signalling that the given resource should not be indexed.static FullTextExtractionResponse
FullTextExtractionResponse.indexNormally()
Creates a response signalling that the standard indexing should be used.static FullTextExtractionResponse
FullTextExtractionResponse.indexPayload
(String thePayload) Creates a response signalling that the given resource should be indexed with the given payload.