Package ca.uhn.fhir.jpa.dao.search
Class TermHelper
java.lang.Object
ca.uhn.fhir.jpa.dao.search.TermHelper
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionmakePrefixSearchTerm
(Set<String> theStringSet) Each input set element is: _ copied to the output set unchanged if it contains a '*' character or is quoted _ trimmed, tokenized by spaces, and suffixed by ' *', and each resulting string copied to the output set
-
Constructor Details
-
TermHelper
public TermHelper()
-
-
Method Details
-
makePrefixSearchTerm
Each input set element is: _ copied to the output set unchanged if it contains a '*' character or is quoted _ trimmed, tokenized by spaces, and suffixed by ' *', and each resulting string copied to the output set
-