Uses of Interface
org.hibernate.search.query.dsl.WildcardContext
Packages that use WildcardContext
Package
Description
Provide a domain specific language to write Lucene queries and create faceting requests.
-
Uses of WildcardContext in org.hibernate.search.query.dsl
Methods in org.hibernate.search.query.dsl that return WildcardContextModifier and TypeMethodDescriptionTermContext.wildcard()Deprecated.Treat the query as a wildcard query which means: '?' represents any single character '*' represents any character sequence For faster results, it is recommended that the query text does not start with '?' or '*'.