
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 FullTextExtractionResponseFullTextExtractionResponse.doNotIndex()Creates a response signalling that the given resource should not be indexed.static FullTextExtractionResponseFullTextExtractionResponse.indexNormally()Creates a response signalling that the standard indexing should be used.static FullTextExtractionResponseFullTextExtractionResponse.indexPayload(String thePayload) Creates a response signalling that the given resource should be indexed with the given payload.