Class PhoneFtsAdapter
java.lang.Object
ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdapter
ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.PhoneFtsAdapter
- All Implemented Interfaces:
FulltextSearchTypeAdapter
,TypeReceivable
-
Field Summary
Fields inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdapter
type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected String
Adds the zero-or-any wildcard character in between all characters in the term.protected Node
createNode
(PathNode field, String query) Methods inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdapter
asObjectOrNull, createQueryNode, literal, maxChars, minChars, replacePunctWithWildcard, setType, toVariants
-
Constructor Details
-
PhoneFtsAdapter
public PhoneFtsAdapter()
-
-
Method Details
-
createNode
- Specified by:
createNode
in classAbstractFulltextSearchTypeAdapter
-
addWildcardBetweenChars
Adds the zero-or-any wildcard character in between all characters in the term.
-