Package | Description |
---|---|
org.hibernate.search.query.dsl |
Provide a domain specific language to write Lucene queries and create faceting requests.
|
Modifier and Type | Method and Description |
---|---|
WildcardContext |
TermContext.wildcard()
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 '*'.
|
Copyright © 2006–2016 Hibernate. All rights reserved.