Uses of Interface
org.hibernate.search.query.dsl.WildcardContext
-
Packages that use WildcardContext Package Description org.hibernate.search.query.dsl 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 WildcardContext Modifier and Type Method Description WildcardContextTermContext. 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 '*'.
-