Uses of Interface
org.hibernate.search.query.dsl.WildcardContext

Packages that use WildcardContext
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
 WildcardContext TermContext.wildcard()
          Treat the query as a wildcard: - ? represents any single character - * represents any character sequence For faster results, it is recommended that the query text does not start with ? or *
 



Copyright © 2006-2012 Hibernate. All Rights Reserved.