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 SummaryFields inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdaptertype
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected StringAdds the zero-or-any wildcard character in between all characters in the term.protected NodecreateNode(PathNode field, String query) Methods inherited from class ch.tocco.nice2.persist.core.impl.hibernate.query.likeall.AbstractFulltextSearchTypeAdapterasObjectOrNull, createQueryNode, literal, maxChars, minChars, replacePunctWithWildcard, setType, toVariants
- 
Constructor Details- 
PhoneFtsAdapterpublic PhoneFtsAdapter()
 
- 
- 
Method Details- 
createNode- Specified by:
- createNodein class- AbstractFulltextSearchTypeAdapter
 
- 
addWildcardBetweenCharsAdds the zero-or-any wildcard character in between all characters in the term.
 
-